Html Css Color HEX #858A06 Olive

📋 copy color: '#858A06'

red 133 ◦ green 138 ◦ blue 6

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

Shades of Olive #858A06

Tints of Olive #858A06

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.82%

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

R = 48.01%
G = 49.82%
B = 2.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#858A06 (or 0x858A06) is known color: Olive. HEX triplet: 85, 8A and 06. RGB value is (133,138,6). Sum of RGB (Red+Green+Blue) = 133+138+6=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #858A06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858A06 is #7A75F9. Grayscale: #797979. Windows color (decimal): -8025594 or 428677. OLE color: 428677.

HSL color Cylindrical-coordinate representation of color #858A06: hue angle of 62.27º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #858A06 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 138 6 -
CMYK 0.04 0 0.96 0.46
HSL 62.27º 0.92% 0.28% -
HSV(B) 62.27º 0.96% 0.54% -
XYZ 18.79 23.18 3.66 -
YUV 121.46 62.84 136.23 -
System Red Green Blue C M Y K H S L
Decimal 133 138 6 0.04 0 0.96 0.46 62.27 0.92 0.28
Hex 85 8A 6 4 0 60 2E 3E 5C 1C
Octal 205 212 6 4 0 140 56 76 134 34
Binary 10000101 10001010 110 100 0 1100000 101110 111110 1011100 11100

Color Harmonies of #858A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A06

Black with #858A06

Text Example


Text Example

White with #858A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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