Html Css Color HEX #859706 Olive

📋 copy color: '#859706'

red 133 ◦ green 151 ◦ blue 6

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

Shades of Olive #859706

Tints of Olive #859706

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.07%

 BLUE value IS 6 (2.73% from 255) = 2.07%

R = 45.86%
G = 52.07%
B = 2.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#859706 (or 0x859706) is known color: Olive. HEX triplet: 85, 97 and 06. RGB value is (133,151,6). Sum of RGB (Red+Green+Blue) = 133+151+6=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #859706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859706 is #7A68F9. Grayscale: #818181. Windows color (decimal): -8022266 or 432005. OLE color: 432005.

HSL color Cylindrical-coordinate representation of color #859706: hue angle of 67.45º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #859706 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 151 6 -
CMYK 0.12 0 0.96 0.41
HSL 67.45º 0.92% 0.31% -
HSV(B) 67.45º 0.96% 0.59% -
XYZ 20.77 27.13 4.31 -
YUV 129.09 58.54 130.79 -
System Red Green Blue C M Y K H S L
Decimal 133 151 6 0.12 0 0.96 0.41 67.45 0.92 0.31
Hex 85 97 6 C 0 60 29 43 5C 1F
Octal 205 227 6 14 0 140 51 103 134 37
Binary 10000101 10010111 110 1100 0 1100000 101001 1000011 1011100 11111

Color Harmonies of #859706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859706

Black with #859706

Text Example


Text Example

White with #859706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859706; }

 p { color: rgb(133,151,6); }

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

background-color css

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

 a { background-color: rgb(133,151,6); }

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

border-color css

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

 span { border-color: rgb(133,151,6); }

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