Html Css Color HEX #858006 Olive

📋 copy color: '#858006'

red 133 ◦ green 128 ◦ blue 6

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

Shades of Olive #858006

Tints of Olive #858006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.94%

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

R = 49.81%
G = 47.94%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#858006 (or 0x858006) is known color: Olive. HEX triplet: 85, 80 and 06. RGB value is (133,128,6). Sum of RGB (Red+Green+Blue) = 133+128+6=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #858006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858006 is #7A7FF9. Grayscale: #747474. Windows color (decimal): -8028154 or 426117. OLE color: 426117.

HSL color Cylindrical-coordinate representation of color #858006: hue angle of 57.64º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #858006 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 128 6 -
CMYK 0 0.04 0.95 0.48
HSL 57.64º 0.91% 0.27% -
HSV(B) 57.64º 0.95% 0.52% -
XYZ 17.42 20.44 3.2 -
YUV 115.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 133 128 6 0 0.04 0.95 0.48 57.64 0.91 0.27
Hex 85 80 6 0 4 5F 30 3A 5B 1B
Octal 205 200 6 0 4 137 60 72 133 33
Binary 10000101 10000000 110 0 100 1011111 110000 111010 1011011 11011

Color Harmonies of #858006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858006

Black with #858006

Text Example


Text Example

White with #858006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858006; }

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

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

background-color css

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

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

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

border-color css

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

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

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