#5A762C

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

Shades of Dark Olive Green #5A762C

Tints of Dark Olive Green #5A762C

Color information

#5A762C (or 0x5A762C) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 76 and 2C. RGB value is (90,118,44). Sum of RGB (Red+Green+Blue) = 90+118+44=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #5A762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A762C is #A589D3. Grayscale: #656565. Windows color (decimal): -10848724 or 2913882. OLE color: 2913882.

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

Color convert

RGB9011844-
CMYK0.2400.630.54
HSL82.7º45.68%31.76%-
HSV(B)82.7º62.71%46.27%-
XYZ11.1515.314.75-
YUV101.1995.72120.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.71%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 44 (17.58% from 255) = 17.46%
R=35.71%
G=46.83%
B=17.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90118440.2400.630.5482.745.6831.76
Hex5A762C1803F36532e20
Octal1321665430077661235640
Binary101101011101101011001100001111111101101010011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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