#64831E

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

Shades of Olive Drab #64831E

Tints of Olive Drab #64831E

Color information

#64831E (or 0x64831E) is unknown color: approx Olive Drab. HEX triplet: 64, 83 and 1E. RGB value is (100,131,30). Sum of RGB (Red+Green+Blue) = 100+131+30=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #64831E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64831E is #9B7CE1. Grayscale: #6E6E6E. Windows color (decimal): -10190050 or 1999716. OLE color: 1999716.

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

Color convert

RGB10013130-
CMYK0.2400.770.49
HSL78.42º62.73%31.57%-
HSV(B)78.42º77.1%51.37%-
XYZ13.6119.044.19-
YUV110.2282.73120.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 131 (51.56% from 255) = 50.19%
BLUE value IS 30 (12.11% from 255) = 11.49%
R=38.31%
G=50.19%
B=11.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100131300.2400.770.4978.4262.7331.57
Hex64831E1804D314e3f20
Octal14420336300115611167740
Binary1100100100000111111011000010011011100011001110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64831E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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