#5A672D

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

Shades of Dark Olive Green #5A672D

Tints of Dark Olive Green #5A672D

Color information

#5A672D (or 0x5A672D) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 67 and 2D. RGB value is (90,103,45). Sum of RGB (Red+Green+Blue) = 90+103+45=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 103 - color contains mainly: green. Hex color #5A672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A672D is #A598D2. Grayscale: #5C5C5C. Windows color (decimal): -10852563 or 2975578. OLE color: 2975578.

HSL color Cylindrical-coordinate representation of color #5A672D: hue angle of 73.45º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A672D is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB9010345-
CMYK0.1300.560.60
HSL73.45º39.19%29.02%-
HSV(B)73.45º56.31%40.39%-
XYZ9.5412.064.31-
YUV92.5101.19126.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.82%
GREEN value IS 103 (40.62% from 255) = 43.28%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=37.82%
G=43.28%
B=18.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90103450.1300.560.6073.4539.1929.02
Hex5A672DD0383C49271d
Octal1321475515070741114735
Binary1011010110011110110111010111000111100100100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,103,45); }

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

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

 a { background-color: rgb(90,103,45); }

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

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

 span { border-color: rgb(90,103,45); }

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