Html Css Color HEX #558705 Olive Drab

📋 copy color: '#558705'

red 85 ◦ green 135 ◦ blue 5

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

Shades of Olive Drab #558705

Tints of Olive Drab #558705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.22%

R = 37.78%
G = 60%
B = 2.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#558705 (or 0x558705) is known color: Olive Drab. HEX triplet: 55, 87 and 05. RGB value is (85,135,5). Sum of RGB (Red+Green+Blue) = 85+135+5=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #558705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558705 is #AA78FA. Grayscale: #696969. Windows color (decimal): -11172091 or 362325. OLE color: 362325.

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

Color convert

RGB 85 135 5 -
CMYK 0.37 0 0.96 0.47
HSL 83.08º 0.93% 0.27% -
HSV(B) 83.08º 0.96% 0.53% -
XYZ 12.44 19.27 3.21 -
YUV 105.23 71.44 113.57 -
System Red Green Blue C M Y K H S L
Decimal 85 135 5 0.37 0 0.96 0.47 83.08 0.93 0.27
Hex 55 87 5 25 0 60 2F 53 5D 1B
Octal 125 207 5 45 0 140 57 123 135 33
Binary 1010101 10000111 101 100101 0 1100000 101111 1010011 1011101 11011

Color Harmonies of #558705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558705

Black with #558705

Text Example


Text Example

White with #558705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558705; }

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

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

background-color css

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

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

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

border-color css

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

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

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