Html Css Color HEX #558008 Olive Drab

📋 copy color: '#558008'

red 85 ◦ green 128 ◦ blue 8

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

Shades of Olive Drab #558008

Tints of Olive Drab #558008

RGB

 RED value IS 85 (33.59% from 255) = 38.46%

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

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

R = 38.46%
G = 57.92%
B = 3.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#558008 (or 0x558008) is known color: Olive Drab. HEX triplet: 55, 80 and 08. RGB value is (85,128,8). Sum of RGB (Red+Green+Blue) = 85+128+8=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #558008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558008 is #AA7FF7. Grayscale: #656565. Windows color (decimal): -11173880 or 557141. OLE color: 557141.

HSL color Cylindrical-coordinate representation of color #558008: hue angle of 81.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #558008 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 128 8 -
CMYK 0.34 0 0.94 0.50
HSL 81.5º 0.88% 0.27% -
HSV(B) 81.5º 0.94% 0.5% -
XYZ 11.51 17.39 2.98 -
YUV 101.46 75.25 116.26 -
System Red Green Blue C M Y K H S L
Decimal 85 128 8 0.34 0 0.94 0.50 81.5 0.88 0.27
Hex 55 80 8 22 0 5E 32 52 58 1B
Octal 125 200 10 42 0 136 62 122 130 33
Binary 1010101 10000000 1000 100010 0 1011110 110010 1010010 1011000 11011

Color Harmonies of #558008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558008

Black with #558008

Text Example


Text Example

White with #558008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558008; }

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

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

background-color css

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

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

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

border-color css

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

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

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