#647F31

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

Shades of Olive Drab #647F31

Tints of Olive Drab #647F31

Color information

#647F31 (or 0x647F31) is unknown color: approx Olive Drab. HEX triplet: 64, 7F and 31. RGB value is (100,127,49). Sum of RGB (Red+Green+Blue) = 100+127+49=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #647F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647F31 is #9B80CE. Grayscale: #6E6E6E. Windows color (decimal): -10191055 or 3243876. OLE color: 3243876.

HSL color Cylindrical-coordinate representation of color #647F31: hue angle of 80.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #647F31 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB10012749-
CMYK0.2100.610.50
HSL80.77º44.32%34.51%-
HSV(B)80.77º61.42%49.8%-
XYZ13.418.115.7-
YUV110.0393.55120.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.23%
GREEN value IS 127 (50% from 255) = 46.01%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=36.23%
G=46.01%
B=17.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100127490.2100.610.5080.7744.3234.51
Hex647F311503D32512c23
Octal1441776125075621215443
Binary110010011111111100011010101111011100101010001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647F31; }

 p { color: rgb(100,127,49); }

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

<style>
 a { background-color: #647F31; }

 a { background-color: rgb(100,127,49); }

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

<style>
 span { border-color: #647F31; }

 span { border-color: rgb(100,127,49); }

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