#5A7833

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

Shades of Dark Olive Green #5A7833

Tints of Dark Olive Green #5A7833

Color information

#5A7833 (or 0x5A7833) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 78 and 33. RGB value is (90,120,51). Sum of RGB (Red+Green+Blue) = 90+120+51=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7833 is #A587CC. Grayscale: #676767. Windows color (decimal): -10848205 or 3373146. OLE color: 3373146.

HSL color Cylindrical-coordinate representation of color #5A7833: hue angle of 86.09º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A7833 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB9012051-
CMYK0.2500.580.53
HSL86.09º40.35%33.53%-
HSV(B)86.09º57.5%47.06%-
XYZ11.5315.855.58-
YUV103.1698.56118.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 120 (47.27% from 255) = 45.98%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=34.48%
G=45.98%
B=19.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90120510.2500.580.5386.0940.3533.53
Hex5A78331903A35562822
Octal1321706331072651265042
Binary101101011110001100111100101110101101011010110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,120,51); }

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

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

 a { background-color: rgb(90,120,51); }

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

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

 span { border-color: rgb(90,120,51); }

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