#57672A

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

Shades of Dark Olive Green #57672A

Tints of Dark Olive Green #57672A

Color information

#57672A (or 0x57672A) is unknown color: approx Dark Olive Green. HEX triplet: 57, 67 and 2A. RGB value is (87,103,42). Sum of RGB (Red+Green+Blue) = 87+103+42=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #57672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57672A is #A898D5. Grayscale: #5B5B5B. Windows color (decimal): -11049174 or 2778967. OLE color: 2778967.

HSL color Cylindrical-coordinate representation of color #57672A: hue angle of 75.74º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57672A is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB8710342-
CMYK0.1600.590.60
HSL75.74º42.07%28.43%-
HSV(B)75.74º59.22%40.39%-
XYZ9.211.894-
YUV91.26100.2124.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=37.5%
G=44.40%
B=18.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87103420.1600.590.6075.7442.0728.43
Hex57672A1003B3C4c2a1c
Octal1271475220073741145234
Binary10101111100111101010100000111011111100100110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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