#64822A

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

Shades of Olive Drab #64822A

Tints of Olive Drab #64822A

Color information

#64822A (or 0x64822A) is unknown color: approx Olive Drab. HEX triplet: 64, 82 and 2A. RGB value is (100,130,42). Sum of RGB (Red+Green+Blue) = 100+130+42=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #64822A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64822A is #9B7DD5. Grayscale: #6F6F6F. Windows color (decimal): -10190294 or 2785892. OLE color: 2785892.

HSL color Cylindrical-coordinate representation of color #64822A: hue angle of 80.45º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64822A is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB10013042-
CMYK0.2300.680.49
HSL80.45º51.16%33.73%-
HSV(B)80.45º67.69%50.98%-
XYZ13.6618.845.11-
YUV11189.06120.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 130 (51.17% from 255) = 47.79%
BLUE value IS 42 (16.80% from 255) = 15.44%
R=36.76%
G=47.79%
B=15.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130420.2300.680.4980.4551.1633.73
Hex64822A1704431503322
Octal14420252270104611206342
Binary11001001000001010101010111010001001100011010000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,130,42); }

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

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

 a { background-color: rgb(100,130,42); }

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

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

 span { border-color: rgb(100,130,42); }

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