#64820B

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

Shades of Olive Drab #64820B

Tints of Olive Drab #64820B

Color information

#64820B (or 0x64820B) is unknown color: approx Olive Drab. HEX triplet: 64, 82 and 0B. RGB value is (100,130,11). Sum of RGB (Red+Green+Blue) = 100+130+11=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #64820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64820B is #9B7DF4. Grayscale: #6B6B6B. Windows color (decimal): -10190325 or 754276. OLE color: 754276.

HSL color Cylindrical-coordinate representation of color #64820B: hue angle of 75.13º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64820B is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB10013011-
CMYK0.2300.920.49
HSL75.13º84.4%27.65%-
HSV(B)75.13º91.54%50.98%-
XYZ13.318.73.22-
YUV107.4673.56122.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.49%
GREEN value IS 130 (51.17% from 255) = 53.94%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=41.49%
G=53.94%
B=4.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130110.2300.920.4975.1384.427.65
Hex6482B1705C314b541c
Octal144202132701346111312434
Binary110010010000010101110111010111001100011001011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64820B; }

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

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

<style>
 a { background-color: #64820B; }

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

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

<style>
 span { border-color: #64820B; }

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

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