#5a762d

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

Shades of Dark Olive Green #5A762D

Tints of Dark Olive Green #5A762D

Color information

#5A762D (or 0x5A762D) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 76 and 2D. RGB value is (90,118,45). Sum of RGB (Red+Green+Blue) = 90+118+45=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #5A762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A762D is #A589D2. Grayscale: #656565. Windows color (decimal): -10848723 or 2979418. OLE color: 2979418.

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

Color convert

RGB9011845-
CMYK0.2400.620.54
HSL83.01º44.79%31.96%-
HSV(B)83.01º61.86%46.27%-
XYZ11.1715.324.85-
YUV101.3196.22119.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.57%
GREEN value IS 118 (46.48% from 255) = 46.64%
BLUE value IS 45 (17.97% from 255) = 17.79%
R=35.57%
G=46.64%
B=17.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90118450.2400.620.5483.0144.7931.96
Hex5A762D1803E36532d20
Octal1321665530076661235540
Binary101101011101101011011100001111101101101010011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a762d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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