#5A772A

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

Shades of Dark Olive Green #5A772A

Tints of Dark Olive Green #5A772A

Color information

#5A772A (or 0x5A772A) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 77 and 2A. RGB value is (90,119,42). Sum of RGB (Red+Green+Blue) = 90+119+42=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #5A772A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A772A is #A588D5. Grayscale: #656565. Windows color (decimal): -10848470 or 2783066. OLE color: 2783066.

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

Color convert

RGB9011942-
CMYK0.2400.650.53
HSL82.6º47.83%31.57%-
HSV(B)82.6º64.71%46.67%-
XYZ11.2315.534.6-
YUV101.5594.39119.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.86%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=35.86%
G=47.41%
B=16.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90119420.2400.650.5382.647.8331.57
Hex5A772A1804135533020
Octal13216752300101651236040
Binary1011010111011110101011000010000011101011010011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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