#5A792B

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

Shades of Dark Olive Green #5A792B

Tints of Dark Olive Green #5A792B

Color information

#5A792B (or 0x5A792B) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 79 and 2B. RGB value is (90,121,43). Sum of RGB (Red+Green+Blue) = 90+121+43=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #5A792B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A792B is #A586D4. Grayscale: #676767. Windows color (decimal): -10847957 or 2849114. OLE color: 2849114.

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

Color convert

RGB9012143-
CMYK0.2600.640.53
HSL83.85º47.56%32.16%-
HSV(B)83.85º64.46%47.45%-
XYZ11.4916.024.77-
YUV102.8494.23118.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.43%
GREEN value IS 121 (47.66% from 255) = 47.64%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=35.43%
G=47.64%
B=16.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90121430.2600.640.5383.8547.5632.16
Hex5A792B1A04035543020
Octal13217153320100651246040
Binary1011010111100110101111010010000001101011010100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A792B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,121,43); }

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

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

 a { background-color: rgb(90,121,43); }

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

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

 span { border-color: rgb(90,121,43); }

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