Html Css Color HEX #558707 Olive Drab

📋 copy color: '#558707'

red 85 ◦ green 135 ◦ blue 7

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

Shades of Olive Drab #558707

Tints of Olive Drab #558707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.08%

R = 37.44%
G = 59.47%
B = 3.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#558707 (or 0x558707) is known color: Olive Drab. HEX triplet: 55, 87 and 07. RGB value is (85,135,7). Sum of RGB (Red+Green+Blue) = 85+135+7=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #558707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558707 is #AA78F8. Grayscale: #696969. Windows color (decimal): -11172089 or 493397. OLE color: 493397.

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

Color convert

RGB 85 135 7 -
CMYK 0.37 0 0.95 0.47
HSL 83.44º 0.9% 0.28% -
HSV(B) 83.44º 0.95% 0.53% -
XYZ 12.45 19.27 3.27 -
YUV 105.46 72.44 113.41 -
System Red Green Blue C M Y K H S L
Decimal 85 135 7 0.37 0 0.95 0.47 83.44 0.9 0.28
Hex 55 87 7 25 0 5F 2F 53 5A 1C
Octal 125 207 7 45 0 137 57 123 132 34
Binary 1010101 10000111 111 100101 0 1011111 101111 1010011 1011010 11100

Color Harmonies of #558707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558707

Black with #558707

Text Example


Text Example

White with #558707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558707; }

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

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

background-color css

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

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

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

border-color css

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

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

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