#646E00

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

Shades of Olive #646E00

Tints of Olive #646E00

Color information

#646E00 (or 0x646E00) is unknown color: approx Olive. HEX triplet: 64, 6E and 00. RGB value is (100,110,0). Sum of RGB (Red+Green+Blue) = 100+110+0=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 110 (43.36% from 255 or 52.38% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 110 - color contains mainly: green. Hex color #646E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646E00 is #9B91FF. Grayscale: #5E5E5E. Windows color (decimal): -10195456 or 28260. OLE color: 28260.

HSL color Cylindrical-coordinate representation of color #646E00: hue angle of 65.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #646E00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB1001100-
CMYK0.09010.57
HSL65.45º100%21.57%-
HSV(B)65.45º100%43.14%-
XYZ10.8313.862.1-
YUV94.4774.69131.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 110 (43.36% from 255) = 52.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.62%
G=52.38%
B=0%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10011000.09010.5765.4510021.57
Hex646E0906439416416
Octal14415601101447110114426
Binary1100100110111001001011001001110011000001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646E00; }

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

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

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

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

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

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

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

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