#57692A

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

Shades of Dark Olive Green #57692A

Tints of Dark Olive Green #57692A

Color information

#57692A (or 0x57692A) is unknown color: approx Dark Olive Green. HEX triplet: 57, 69 and 2A. RGB value is (87,105,42). Sum of RGB (Red+Green+Blue) = 87+105+42=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #57692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57692A is #A896D5. Grayscale: #5C5C5C. Windows color (decimal): -11048662 or 2779479. OLE color: 2779479.

HSL color Cylindrical-coordinate representation of color #57692A: hue angle of 77.14º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57692A is Cyan = 0.17, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB8710542-
CMYK0.1700.60.59
HSL77.14º42.86%28.82%-
HSV(B)77.14º60%41.18%-
XYZ9.412.34.07-
YUV92.4499.54124.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=37.18%
G=44.87%
B=17.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87105420.1700.60.5977.1442.8628.82
Hex57692A1103C3B4d2b1d
Octal1271515221074731155335
Binary10101111101001101010100010111100111011100110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57692A; }

 p { color: rgb(87,105,42); }

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

<style>
 a { background-color: #57692A; }

 a { background-color: rgb(87,105,42); }

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

<style>
 span { border-color: #57692A; }

 span { border-color: rgb(87,105,42); }

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