Html Css Color HEX #558906 Olive Drab

📋 copy color: '#558906'

red 85 ◦ green 137 ◦ blue 6

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

Shades of Olive Drab #558906

Tints of Olive Drab #558906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 60.09%

 BLUE value IS 6 (2.73% from 255) = 2.63%

R = 37.28%
G = 60.09%
B = 2.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#558906 (or 0x558906) is known color: Olive Drab. HEX triplet: 55, 89 and 06. RGB value is (85,137,6). Sum of RGB (Red+Green+Blue) = 85+137+6=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #558906 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558906 is #AA76F9. Grayscale: #6A6A6A. Windows color (decimal): -11171578 or 428373. OLE color: 428373.

HSL color Cylindrical-coordinate representation of color #558906: hue angle of 83.82º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #558906 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 137 6 -
CMYK 0.38 0 0.96 0.46
HSL 83.82º 0.92% 0.28% -
HSV(B) 83.82º 0.96% 0.54% -
XYZ 12.72 19.84 3.33 -
YUV 106.52 71.27 112.65 -
System Red Green Blue C M Y K H S L
Decimal 85 137 6 0.38 0 0.96 0.46 83.82 0.92 0.28
Hex 55 89 6 26 0 60 2E 54 5C 1C
Octal 125 211 6 46 0 140 56 124 134 34
Binary 1010101 10001001 110 100110 0 1100000 101110 1010100 1011100 11100

Color Harmonies of #558906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558906

Black with #558906

Text Example


Text Example

White with #558906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558906; }

 p { color: rgb(85,137,6); }

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

background-color css

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

 a { background-color: rgb(85,137,6); }

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

border-color css

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

 span { border-color: rgb(85,137,6); }

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