#64811E

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

Shades of Olive Drab #64811E

Tints of Olive Drab #64811E

Color information

#64811E (or 0x64811E) is unknown color: approx Olive Drab. HEX triplet: 64, 81 and 1E. RGB value is (100,129,30). Sum of RGB (Red+Green+Blue) = 100+129+30=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #64811E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64811E is #9B7EE1. Grayscale: #6D6D6D. Windows color (decimal): -10190562 or 1999204. OLE color: 1999204.

HSL color Cylindrical-coordinate representation of color #64811E: hue angle of 77.58º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64811E is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB10012930-
CMYK0.2200.770.49
HSL77.58º62.26%31.18%-
HSV(B)77.58º76.74%50.59%-
XYZ13.3418.54.1-
YUV109.0483.39121.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.61%
GREEN value IS 129 (50.78% from 255) = 49.81%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=38.61%
G=49.81%
B=11.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100129300.2200.770.4977.5862.2631.18
Hex64811E1604D314e3e1f
Octal14420136260115611167637
Binary110010010000001111101011001001101110001100111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64811E; }

 p { color: rgb(100,129,30); }

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

<style>
 a { background-color: #64811E; }

 a { background-color: rgb(100,129,30); }

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

<style>
 span { border-color: #64811E; }

 span { border-color: rgb(100,129,30); }

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