Html Css Color HEX #558708 Olive Drab

📋 copy color: '#558708'

red 85 ◦ green 135 ◦ blue 8

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

Shades of Olive Drab #558708

Tints of Olive Drab #558708

RGB

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

 GREEN value IS 135 (53.13% from 255) = 59.21%

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

R = 37.28%
G = 59.21%
B = 3.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#558708 (or 0x558708) is known color: Olive Drab. HEX triplet: 55, 87 and 08. RGB value is (85,135,8). Sum of RGB (Red+Green+Blue) = 85+135+8=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #558708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558708 is #AA78F7. Grayscale: #6A6A6A. Windows color (decimal): -11172088 or 558933. OLE color: 558933.

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

Color convert

RGB 85 135 8 -
CMYK 0.37 0 0.94 0.47
HSL 83.62º 0.89% 0.28% -
HSV(B) 83.62º 0.94% 0.53% -
XYZ 12.45 19.28 3.29 -
YUV 105.57 72.94 113.33 -
System Red Green Blue C M Y K H S L
Decimal 85 135 8 0.37 0 0.94 0.47 83.62 0.89 0.28
Hex 55 87 8 25 0 5E 2F 54 59 1C
Octal 125 207 10 45 0 136 57 124 131 34
Binary 1010101 10000111 1000 100101 0 1011110 101111 1010100 1011001 11100

Color Harmonies of #558708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558708

Black with #558708

Text Example


Text Example

White with #558708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558708; }

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

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

background-color css

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

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

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

border-color css

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

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

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