Html Css Color HEX #859002 Olive

📋 copy color: '#859002'

red 133 ◦ green 144 ◦ blue 2

#859002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #859002

Tints of Olive #859002

RGB

 RED value IS 133 (52.34% from 255) = 47.67%

 GREEN value IS 144 (56.64% from 255) = 51.61%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 47.67%
G = 51.61%
B = 0.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#859002 (or 0x859002) is known color: Olive. HEX triplet: 85, 90 and 02. RGB value is (133,144,2). Sum of RGB (Red+Green+Blue) = 133+144+2=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #859002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859002 is #7A6FFD. Grayscale: #7D7D7D. Windows color (decimal): -8024062 or 168069. OLE color: 168069.

HSL color Cylindrical-coordinate representation of color #859002: hue angle of 64.65º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #859002 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 144 2 -
CMYK 0.08 0 0.99 0.44
HSL 64.65º 0.97% 0.29% -
HSV(B) 64.65º 0.99% 0.56% -
XYZ 19.66 24.94 3.83 -
YUV 124.52 58.86 134.05 -
System Red Green Blue C M Y K H S L
Decimal 133 144 2 0.08 0 0.99 0.44 64.65 0.97 0.29
Hex 85 90 2 8 0 63 2C 41 61 1D
Octal 205 220 2 10 0 143 54 101 141 35
Binary 10000101 10010000 10 1000 0 1100011 101100 1000001 1100001 11101

Color Harmonies of #859002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859002

Black with #859002

Text Example


Text Example

White with #859002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859002; }

 p { color: rgb(133,144,2); }

 H1.HeaderClassName
 {
   color: #859002;
 }
 .AnyTagClassName
 {
   color: #859002;
 }
</style>

background-color css

<style>
 a { background-color: #859002; }

 a { background-color: rgb(133,144,2); }

 div.DivClassName
 {
   background-color: #859002;
 }
 .BgClassName
 {
   background-color: #859002;
 }
</style>

border-color css

<style>
 span { border-color: #859002; }

 span { border-color: rgb(133,144,2); }

 td.TdClassName
 {
   border-color: #859002;
 }
 .TagClassName
 {
   border-color: #859002;
 }
</style>