Html Css Color HEX #858C06 Olive

📋 copy color: '#858C06'

red 133 ◦ green 140 ◦ blue 6

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

Shades of Olive #858C06

Tints of Olive #858C06

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.18%

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

R = 47.67%
G = 50.18%
B = 2.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#858C06 (or 0x858C06) is known color: Olive. HEX triplet: 85, 8C and 06. RGB value is (133,140,6). Sum of RGB (Red+Green+Blue) = 133+140+6=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #858C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858C06 is #7A73F9. Grayscale: #7B7B7B. Windows color (decimal): -8025082 or 429189. OLE color: 429189.

HSL color Cylindrical-coordinate representation of color #858C06: hue angle of 63.13º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #858C06 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 140 6 -
CMYK 0.05 0 0.96 0.45
HSL 63.13º 0.92% 0.29% -
HSV(B) 63.13º 0.96% 0.55% -
XYZ 19.08 23.76 3.75 -
YUV 122.63 62.18 135.4 -
System Red Green Blue C M Y K H S L
Decimal 133 140 6 0.05 0 0.96 0.45 63.13 0.92 0.29
Hex 85 8C 6 5 0 60 2D 3F 5C 1D
Octal 205 214 6 5 0 140 55 77 134 35
Binary 10000101 10001100 110 101 0 1100000 101101 111111 1011100 11101

Color Harmonies of #858C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C06

Black with #858C06

Text Example


Text Example

White with #858C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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