Html Css Color HEX #558307 Olive Drab

📋 copy color: '#558307'

red 85 ◦ green 131 ◦ blue 7

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

Shades of Olive Drab #558307

Tints of Olive Drab #558307

RGB

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

 GREEN value IS 131 (51.56% from 255) = 58.74%

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

R = 38.12%
G = 58.74%
B = 3.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#558307 (or 0x558307) is known color: Olive Drab. HEX triplet: 55, 83 and 07. RGB value is (85,131,7). Sum of RGB (Red+Green+Blue) = 85+131+7=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #558307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558307 is #AA7CF8. Grayscale: #676767. Windows color (decimal): -11173113 or 492373. OLE color: 492373.

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

Color convert

RGB 85 131 7 -
CMYK 0.35 0 0.95 0.49
HSL 82.26º 0.9% 0.27% -
HSV(B) 82.26º 0.95% 0.51% -
XYZ 11.9 18.18 3.08 -
YUV 103.11 73.76 115.08 -
System Red Green Blue C M Y K H S L
Decimal 85 131 7 0.35 0 0.95 0.49 82.26 0.9 0.27
Hex 55 83 7 23 0 5F 31 52 5A 1B
Octal 125 203 7 43 0 137 61 122 132 33
Binary 1010101 10000011 111 100011 0 1011111 110001 1010010 1011010 11011

Color Harmonies of #558307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558307

Black with #558307

Text Example


Text Example

White with #558307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558307; }

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

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

background-color css

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

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

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

border-color css

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

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

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