#658A20

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

Shades of Olive Drab #658A20

Tints of Olive Drab #658A20

Color information

#658A20 (or 0x658A20) is unknown color: approx Olive Drab. HEX triplet: 65, 8A and 20. RGB value is (101,138,32). Sum of RGB (Red+Green+Blue) = 101+138+32=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #658A20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658A20 is #9A75DF. Grayscale: #737373. Windows color (decimal): -10122720 or 2132581. OLE color: 2132581.

HSL color Cylindrical-coordinate representation of color #658A20: hue angle of 80.94º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #658A20 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB10113832-
CMYK0.2700.770.46
HSL80.94º62.35%33.33%-
HSV(B)80.94º76.81%54.12%-
XYZ14.7221.054.65-
YUV114.8581.24118.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.27%
GREEN value IS 138 (54.30% from 255) = 50.92%
BLUE value IS 32 (12.89% from 255) = 11.81%
R=37.27%
G=50.92%
B=11.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101138320.2700.770.4680.9462.3533.33
Hex658A201B04D2E513e21
Octal14521240330115561217641
Binary11001011000101010000011011010011011011101010001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658A20; }

 p { color: rgb(101,138,32); }

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

<style>
 a { background-color: #658A20; }

 a { background-color: rgb(101,138,32); }

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

<style>
 span { border-color: #658A20; }

 span { border-color: rgb(101,138,32); }

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