#647200

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

Shades of Olive #647200

Tints of Olive #647200

Color information

#647200 (or 0x647200) is unknown color: approx Olive. HEX triplet: 64, 72 and 00. RGB value is (100,114,0). Sum of RGB (Red+Green+Blue) = 100+114+0=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #647200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647200 is #9B8DFF. Grayscale: #616161. Windows color (decimal): -10194432 or 29284. OLE color: 29284.

HSL color Cylindrical-coordinate representation of color #647200: hue angle of 67.37º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #647200 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB1001140-
CMYK0.12010.55
HSL67.37º100%22.35%-
HSV(B)67.37º100%44.71%-
XYZ11.2714.742.25-
YUV96.8273.36130.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.73%
G=53.27%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10011400.12010.5567.3710022.35
Hex64720C06437436416
Octal14416201401446710314426
Binary1100100111001001100011001001101111000011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647200; }

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

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

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

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

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

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

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

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