#647600

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

Shades of Olive #647600

Tints of Olive #647600

Color information

#647600 (or 0x647600) is unknown color: approx Olive. HEX triplet: 64, 76 and 00. RGB value is (100,118,0). Sum of RGB (Red+Green+Blue) = 100+118+0=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #647600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647600 is #9B89FF. Grayscale: #636363. Windows color (decimal): -10193408 or 30308. OLE color: 30308.

HSL color Cylindrical-coordinate representation of color #647600: hue angle of 69.15º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #647600 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB1001180-
CMYK0.15010.54
HSL69.15º100%23.14%-
HSV(B)69.15º100%46.27%-
XYZ11.7315.672.41-
YUV99.1772.04128.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 118 (46.48% from 255) = 54.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.87%
G=54.13%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10011800.15010.5469.1510023.14
Hex64760F06436456417
Octal14416601701446610514427
Binary1100100111011001111011001001101101000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647600; }

 p { color: rgb(100,118,0); }

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

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

 a { background-color: rgb(100,118,0); }

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

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

 span { border-color: rgb(100,118,0); }

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