#64841A

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

Shades of Olive Drab #64841A

Tints of Olive Drab #64841A

Color information

#64841A (or 0x64841A) is unknown color: approx Olive Drab. HEX triplet: 64, 84 and 1A. RGB value is (100,132,26). Sum of RGB (Red+Green+Blue) = 100+132+26=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #64841A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64841A is #9B7BE5. Grayscale: #6E6E6E. Windows color (decimal): -10189798 or 1737828. OLE color: 1737828.

HSL color Cylindrical-coordinate representation of color #64841A: hue angle of 78.11º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64841A is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB10013226-
CMYK0.2400.800.48
HSL78.11º67.09%30.98%-
HSV(B)78.11º80.3%51.76%-
XYZ13.6919.293.98-
YUV110.3580.4120.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.76%
GREEN value IS 132 (51.95% from 255) = 51.16%
BLUE value IS 26 (10.55% from 255) = 10.08%
R=38.76%
G=51.16%
B=10.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132260.2400.800.4878.1167.0930.98
Hex64841A18050304e431f
Octal144204323001206011610337
Binary1100100100001001101011000010100001100001001110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64841A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64841A; }

 p { color: rgb(100,132,26); }

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

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

 a { background-color: rgb(100,132,26); }

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

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

 span { border-color: rgb(100,132,26); }

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