#657F34

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

Shades of Olive Drab #657F34

Tints of Olive Drab #657F34

Color information

#657F34 (or 0x657F34) is unknown color: approx Olive Drab. HEX triplet: 65, 7F and 34. RGB value is (101,127,52). Sum of RGB (Red+Green+Blue) = 101+127+52=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #657F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657F34 is #9A80CB. Grayscale: #6E6E6E. Windows color (decimal): -10125516 or 3440485. OLE color: 3440485.

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

Color convert

RGB10112752-
CMYK0.2000.590.50
HSL80.8º41.9%35.1%-
HSV(B)80.8º59.06%49.8%-
XYZ13.5818.196.04-
YUV110.6894.89121.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 127 (50% from 255) = 45.36%
BLUE value IS 52 (20.70% from 255) = 18.57%
R=36.07%
G=45.36%
B=18.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101127520.2000.590.5080.841.935.1
Hex657F341403B32512a23
Octal1451776424073621215243
Binary110010111111111101001010001110111100101010001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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