#64862C

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

Shades of Olive Drab #64862C

Tints of Olive Drab #64862C

Color information

#64862C (or 0x64862C) is unknown color: approx Olive Drab. HEX triplet: 64, 86 and 2C. RGB value is (100,134,44). Sum of RGB (Red+Green+Blue) = 100+134+44=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #64862C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64862C is #9B79D3. Grayscale: #717171. Windows color (decimal): -10189268 or 2917988. OLE color: 2917988.

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

Color convert

RGB10013444-
CMYK0.2500.670.47
HSL82.67º50.56%34.9%-
HSV(B)82.67º67.16%52.55%-
XYZ14.2419.945.48-
YUV113.5788.74118.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 134 (52.73% from 255) = 48.20%
BLUE value IS 44 (17.58% from 255) = 15.83%
R=35.97%
G=48.20%
B=15.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100134440.2500.670.4782.6750.5634.9
Hex64862C190432F533323
Octal14420654310103571236343
Binary11001001000011010110011001010000111011111010011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64862C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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