Html Css Color HEX #858008 Olive

📋 copy color: '#858008'

red 133 ◦ green 128 ◦ blue 8

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

Shades of Olive #858008

Tints of Olive #858008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.97%

R = 49.44%
G = 47.58%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#858008 (or 0x858008) is known color: Olive. HEX triplet: 85, 80 and 08. RGB value is (133,128,8). Sum of RGB (Red+Green+Blue) = 133+128+8=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #858008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858008 is #7A7FF7. Grayscale: #747474. Windows color (decimal): -8028152 or 557189. OLE color: 557189.

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

Color convert

RGB 133 128 8 -
CMYK 0 0.04 0.94 0.48
HSL 57.6º 0.89% 0.28% -
HSV(B) 57.6º 0.94% 0.52% -
XYZ 17.44 20.44 3.26 -
YUV 115.82 67.16 140.26 -
System Red Green Blue C M Y K H S L
Decimal 133 128 8 0 0.04 0.94 0.48 57.6 0.89 0.28
Hex 85 80 8 0 4 5E 30 3A 59 1C
Octal 205 200 10 0 4 136 60 72 131 34
Binary 10000101 10000000 1000 0 100 1011110 110000 111010 1011001 11100

Color Harmonies of #858008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858008

Black with #858008

Text Example


Text Example

White with #858008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858008; }

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

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

background-color css

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

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

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

border-color css

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

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

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