#64822D

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

Shades of Olive Drab #64822D

Tints of Olive Drab #64822D

Color information

#64822D (or 0x64822D) is unknown color: approx Olive Drab. HEX triplet: 64, 82 and 2D. RGB value is (100,130,45). Sum of RGB (Red+Green+Blue) = 100+130+45=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #64822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64822D is #9B7DD2. Grayscale: #6F6F6F. Windows color (decimal): -10190291 or 2982500. OLE color: 2982500.

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

Color convert

RGB10013045-
CMYK0.2300.650.49
HSL81.18º48.57%34.31%-
HSV(B)81.18º65.38%50.98%-
XYZ13.7118.865.4-
YUV111.3490.56119.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=36.36%
G=47.27%
B=16.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130450.2300.650.4981.1848.5734.31
Hex64822D1704131513122
Octal14420255270101611216142
Binary11001001000001010110110111010000011100011010001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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