#64990D

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

Shades of Olive Drab #64990D

Tints of Olive Drab #64990D

Color information

#64990D (or 0x64990D) is unknown color: approx Olive Drab. HEX triplet: 64, 99 and 0D. RGB value is (100,153,13). Sum of RGB (Red+Green+Blue) = 100+153+13=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #64990D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64990D is #9B66F2. Grayscale: #797979. Windows color (decimal): -10184435 or 891236. OLE color: 891236.

HSL color Cylindrical-coordinate representation of color #64990D: hue angle of 82.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64990D is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB10015313-
CMYK0.3500.920.4
HSL82.71º84.34%32.55%-
HSV(B)82.71º91.5%60%-
XYZ16.7225.524.43-
YUV121.1966.94112.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.59%
GREEN value IS 153 (60.16% from 255) = 57.52%
BLUE value IS 13 (5.47% from 255) = 4.89%
R=37.59%
G=57.52%
B=4.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100153130.3500.920.482.7184.3432.55
Hex6499D2305C28535421
Octal144231154301345012312441
Binary11001001001100111011000110101110010100010100111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64990D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,153,13); }

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

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

 a { background-color: rgb(100,153,13); }

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

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

 span { border-color: rgb(100,153,13); }

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