#5A692C

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

Shades of Dark Olive Green #5A692C

Tints of Dark Olive Green #5A692C

Color information

#5A692C (or 0x5A692C) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 69 and 2C. RGB value is (90,105,44). Sum of RGB (Red+Green+Blue) = 90+105+44=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #5A692C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A692C is #A596D3. Grayscale: #5D5D5D. Windows color (decimal): -10852052 or 2910554. OLE color: 2910554.

HSL color Cylindrical-coordinate representation of color #5A692C: hue angle of 74.75º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A692C is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB9010544-
CMYK0.1400.580.59
HSL74.75º40.94%29.22%-
HSV(B)74.75º58.1%41.18%-
XYZ9.7212.464.28-
YUV93.56100.03125.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.66%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=37.66%
G=43.93%
B=18.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90105440.1400.580.5974.7540.9429.22
Hex5A692CE03A3B4b291d
Octal1321515416072731135135
Binary1011010110100110110011100111010111011100101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,105,44); }

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

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

 a { background-color: rgb(90,105,44); }

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

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

 span { border-color: rgb(90,105,44); }

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