#5A772C

Color #5A772C Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5A772C

Tints of Dark Olive Green #5A772C

Color information

#5A772C (or 0x5A772C) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 77 and 2C. RGB value is (90,119,44). Sum of RGB (Red+Green+Blue) = 90+119+44=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #5A772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A772C is #A588D3. Grayscale: #666666. Windows color (decimal): -10848468 or 2914138. OLE color: 2914138.

HSL color Cylindrical-coordinate representation of color #5A772C: hue angle of 83.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A772C is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB9011944-
CMYK0.2400.630.53
HSL83.2º46.01%31.96%-
HSV(B)83.2º63.03%46.67%-
XYZ11.2715.554.79-
YUV101.7895.39119.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.57%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 44 (17.58% from 255) = 17.39%
R=35.57%
G=47.04%
B=17.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90119440.2400.630.5383.246.0131.96
Hex5A772C1803F35532e20
Octal1321675430077651235640
Binary101101011101111011001100001111111101011010011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A772C; }

 p { color: rgb(90,119,44); }

 H1.HeaderClassName
 {
   color: #5A772C;
 }
 .AnyTagClassName
 {
   color: #5A772C;
 }
</style>
background-color css

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

 a { background-color: rgb(90,119,44); }

 div.DivClassName
 {
   background-color: #5A772C;
 }
 .BgClassName
 {
   background-color: #5A772C;
 }
</style>
border-color css

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

 span { border-color: rgb(90,119,44); }

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