#657F2A

Color #657F2A Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #657F2A

Tints of Olive Drab #657F2A

Color information

#657F2A (or 0x657F2A) is unknown color: approx Olive Drab. HEX triplet: 65, 7F and 2A. RGB value is (101,127,42). Sum of RGB (Red+Green+Blue) = 101+127+42=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #657F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657F2A is #9A80D5. Grayscale: #6D6D6D. Windows color (decimal): -10125526 or 2785125. OLE color: 2785125.

HSL color Cylindrical-coordinate representation of color #657F2A: hue angle of 78.35º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #657F2A is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB10112742-
CMYK0.2000.670.50
HSL78.35º50.3%33.14%-
HSV(B)78.35º66.93%49.8%-
XYZ13.3718.114.98-
YUV109.5489.89121.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.41%
GREEN value IS 127 (50% from 255) = 47.04%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=37.41%
G=47.04%
B=15.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101127420.2000.670.5078.3550.333.14
Hex657F2A14043324e3221
Octal14517752240103621166241
Binary1100101111111110101010100010000111100101001110110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657F2A; }

 p { color: rgb(101,127,42); }

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

<style>
 a { background-color: #657F2A; }

 a { background-color: rgb(101,127,42); }

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

<style>
 span { border-color: #657F2A; }

 span { border-color: rgb(101,127,42); }

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