#658c20

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

Shades of Olive Drab #658C20

Tints of Olive Drab #658C20

Color information

#658C20 (or 0x658C20) is unknown color: approx Olive Drab. HEX triplet: 65, 8C and 20. RGB value is (101,140,32). Sum of RGB (Red+Green+Blue) = 101+140+32=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #658C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658C20 is #9A73DF. Grayscale: #747474. Windows color (decimal): -10122208 or 2133093. OLE color: 2133093.

HSL color Cylindrical-coordinate representation of color #658C20: hue angle of 81.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #658C20 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB10114032-
CMYK0.2800.770.45
HSL81.67º62.79%33.73%-
HSV(B)81.67º77.14%54.9%-
XYZ15.0121.634.75-
YUV116.0380.58117.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.00%
GREEN value IS 140 (55.08% from 255) = 51.28%
BLUE value IS 32 (12.89% from 255) = 11.72%
R=37.00%
G=51.28%
B=11.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101140320.2800.770.4581.6762.7933.73
Hex658C201C04D2D523f22
Octal14521440340115551227742
Binary11001011000110010000011100010011011011011010010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658c20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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