#64882C

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

Shades of Olive Drab #64882C

Tints of Olive Drab #64882C

Color information

#64882C (or 0x64882C) is unknown color: approx Olive Drab. HEX triplet: 64, 88 and 2C. RGB value is (100,136,44). Sum of RGB (Red+Green+Blue) = 100+136+44=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #64882C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64882C is #9B77D3. Grayscale: #737373. Windows color (decimal): -10188756 or 2918500. OLE color: 2918500.

HSL color Cylindrical-coordinate representation of color #64882C: hue angle of 83.48º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64882C is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB10013644-
CMYK0.2600.680.47
HSL83.48º51.11%35.29%-
HSV(B)83.48º67.65%53.33%-
XYZ14.5120.55.57-
YUV114.7588.07117.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 136 (53.52% from 255) = 48.57%
BLUE value IS 44 (17.58% from 255) = 15.71%
R=35.71%
G=48.57%
B=15.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100136440.2600.680.4783.4851.1135.29
Hex64882C1A0442F533323
Octal14421054320104571236343
Binary11001001000100010110011010010001001011111010011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64882C; }

 p { color: rgb(100,136,44); }

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

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

 a { background-color: rgb(100,136,44); }

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

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

 span { border-color: rgb(100,136,44); }

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