#646D00

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

Shades of Olive #646D00

Tints of Olive #646D00

Color information

#646D00 (or 0x646D00) is unknown color: approx Olive. HEX triplet: 64, 6D and 00. RGB value is (100,109,0). Sum of RGB (Red+Green+Blue) = 100+109+0=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 109 (42.97% from 255 or 52.15% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 109 - color contains mainly: green. Hex color #646D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646D00 is #9B92FF. Grayscale: #5E5E5E. Windows color (decimal): -10195712 or 28004. OLE color: 28004.

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

Color convert

RGB1001090-
CMYK0.08010.57
HSL64.95º100%21.37%-
HSV(B)64.95º100%42.75%-
XYZ10.7213.652.07-
YUV93.8875.02132.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.85%
GREEN value IS 109 (42.97% from 255) = 52.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.85%
G=52.15%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10010900.08010.5764.9510021.37
Hex646D0806439416415
Octal14415501001447110114425
Binary1100100110110101000011001001110011000001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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