#5A7A23

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

Shades of Dark Olive Green #5A7A23

Tints of Dark Olive Green #5A7A23

Color information

#5A7A23 (or 0x5A7A23) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 7A and 23. RGB value is (90,122,35). Sum of RGB (Red+Green+Blue) = 90+122+35=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #5A7A23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7A23 is #A585DC. Grayscale: #666666. Windows color (decimal): -10847709 or 2325082. OLE color: 2325082.

HSL color Cylindrical-coordinate representation of color #5A7A23: hue angle of 82.07º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A7A23 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.52.

Color convert

RGB9012235-
CMYK0.2600.710.52
HSL82.07º55.41%30.78%-
HSV(B)82.07º71.31%47.84%-
XYZ11.4816.214.11-
YUV102.5189.9119.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.44%
GREEN value IS 122 (48.05% from 255) = 49.39%
BLUE value IS 35 (14.06% from 255) = 14.17%
R=36.44%
G=49.39%
B=14.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90122350.2600.710.5282.0755.4130.78
Hex5A7A231A0473452371f
Octal13217243320107641226737
Binary101101011110101000111101001000111110100101001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,122,35); }

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

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

 a { background-color: rgb(90,122,35); }

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

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

 span { border-color: rgb(90,122,35); }

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