Html Css Color HEX #859906 Olive

📋 copy color: '#859906'

red 133 ◦ green 153 ◦ blue 6

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

Shades of Olive #859906

Tints of Olive #859906

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.4%

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

R = 45.55%
G = 52.4%
B = 2.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#859906 (or 0x859906) is known color: Olive. HEX triplet: 85, 99 and 06. RGB value is (133,153,6). Sum of RGB (Red+Green+Blue) = 133+153+6=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #859906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859906 is #7A66F9. Grayscale: #828282. Windows color (decimal): -8021754 or 432517. OLE color: 432517.

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

Color convert

RGB 133 153 6 -
CMYK 0.13 0 0.96 0.4
HSL 68.16º 0.92% 0.31% -
HSV(B) 68.16º 0.96% 0.6% -
XYZ 21.1 27.78 4.42 -
YUV 130.26 57.87 129.95 -
System Red Green Blue C M Y K H S L
Decimal 133 153 6 0.13 0 0.96 0.4 68.16 0.92 0.31
Hex 85 99 6 D 0 60 28 44 5C 1F
Octal 205 231 6 15 0 140 50 104 134 37
Binary 10000101 10011001 110 1101 0 1100000 101000 1000100 1011100 11111

Color Harmonies of #859906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859906

Black with #859906

Text Example


Text Example

White with #859906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859906; }

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

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

background-color css

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

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

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

border-color css

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

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

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