#5A7726

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

Shades of Dark Olive Green #5A7726

Tints of Dark Olive Green #5A7726

Color information

#5A7726 (or 0x5A7726) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 77 and 26. RGB value is (90,119,38). Sum of RGB (Red+Green+Blue) = 90+119+38=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7726 is #A588D9. Grayscale: #656565. Windows color (decimal): -10848474 or 2520922. OLE color: 2520922.

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

Color convert

RGB9011938-
CMYK0.2400.680.53
HSL81.48º51.59%30.78%-
HSV(B)81.48º68.07%46.67%-
XYZ11.1615.514.24-
YUV101.0992.39120.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.44%
GREEN value IS 119 (46.88% from 255) = 48.18%
BLUE value IS 38 (15.23% from 255) = 15.38%
R=36.44%
G=48.18%
B=15.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90119380.2400.680.5381.4851.5930.78
Hex5A7726180443551341f
Octal13216746300104651216437
Binary101101011101111001101100001000100110101101000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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