Html Css Color HEX #859602 Olive

📋 copy color: '#859602'

red 133 ◦ green 150 ◦ blue 2

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

Shades of Olive #859602

Tints of Olive #859602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.63%

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

R = 46.67%
G = 52.63%
B = 0.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#859602 (or 0x859602) is known color: Olive. HEX triplet: 85, 96 and 02. RGB value is (133,150,2). Sum of RGB (Red+Green+Blue) = 133+150+2=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #859602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859602 is #7A69FD. Grayscale: #808080. Windows color (decimal): -8022526 or 169605. OLE color: 169605.

HSL color Cylindrical-coordinate representation of color #859602: hue angle of 66.89º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #859602 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 150 2 -
CMYK 0.11 0 0.99 0.41
HSL 66.89º 0.97% 0.3% -
HSV(B) 66.89º 0.99% 0.59% -
XYZ 20.59 26.8 4.15 -
YUV 128.05 56.87 131.53 -
System Red Green Blue C M Y K H S L
Decimal 133 150 2 0.11 0 0.99 0.41 66.89 0.97 0.3
Hex 85 96 2 B 0 63 29 43 61 1E
Octal 205 226 2 13 0 143 51 103 141 36
Binary 10000101 10010110 10 1011 0 1100011 101001 1000011 1100001 11110

Color Harmonies of #859602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859602

Black with #859602

Text Example


Text Example

White with #859602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859602; }

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

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

background-color css

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

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

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

border-color css

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

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

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