Html Css Color HEX #558108 Olive Drab

📋 copy color: '#558108'

red 85 ◦ green 129 ◦ blue 8

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

Shades of Olive Drab #558108

Tints of Olive Drab #558108

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.11%

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

R = 38.29%
G = 58.11%
B = 3.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#558108 (or 0x558108) is known color: Olive Drab. HEX triplet: 55, 81 and 08. RGB value is (85,129,8). Sum of RGB (Red+Green+Blue) = 85+129+8=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #558108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558108 is #AA7EF7. Grayscale: #666666. Windows color (decimal): -11173624 or 557397. OLE color: 557397.

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

Color convert

RGB 85 129 8 -
CMYK 0.34 0 0.94 0.49
HSL 81.82º 0.88% 0.27% -
HSV(B) 81.82º 0.94% 0.51% -
XYZ 11.64 17.65 3.02 -
YUV 102.05 74.92 115.84 -
System Red Green Blue C M Y K H S L
Decimal 85 129 8 0.34 0 0.94 0.49 81.82 0.88 0.27
Hex 55 81 8 22 0 5E 31 52 58 1B
Octal 125 201 10 42 0 136 61 122 130 33
Binary 1010101 10000001 1000 100010 0 1011110 110001 1010010 1011000 11011

Color Harmonies of #558108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558108

Black with #558108

Text Example


Text Example

White with #558108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558108; }

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

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

background-color css

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

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

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

border-color css

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

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

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