#658421

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

Shades of Olive Drab #658421

Tints of Olive Drab #658421

Color information

#658421 (or 0x658421) is unknown color: approx Olive Drab. HEX triplet: 65, 84 and 21. RGB value is (101,132,33). Sum of RGB (Red+Green+Blue) = 101+132+33=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #658421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658421 is #9A7BDE. Grayscale: #6F6F6F. Windows color (decimal): -10124255 or 2196581. OLE color: 2196581.

HSL color Cylindrical-coordinate representation of color #658421: hue angle of 78.79º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #658421 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB10113233-
CMYK0.2300.750.48
HSL78.79º60%32.35%-
HSV(B)78.79º75%51.76%-
XYZ13.8919.384.45-
YUV111.4483.73120.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.97%
GREEN value IS 132 (51.95% from 255) = 49.62%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=37.97%
G=49.62%
B=12.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101132330.2300.750.4878.796032.35
Hex6584211704B304f3c20
Octal14520441270113601177440
Binary11001011000010010000110111010010111100001001111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658421; }

 p { color: rgb(101,132,33); }

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

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

 a { background-color: rgb(101,132,33); }

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

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

 span { border-color: rgb(101,132,33); }

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