#647100

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

Shades of Olive #647100

Tints of Olive #647100

Color information

#647100 (or 0x647100) is unknown color: approx Olive. HEX triplet: 64, 71 and 00. RGB value is (100,113,0). Sum of RGB (Red+Green+Blue) = 100+113+0=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #647100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647100 is #9B8EFF. Grayscale: #606060. Windows color (decimal): -10194688 or 29028. OLE color: 29028.

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

Color convert

RGB1001130-
CMYK0.12010.56
HSL66.9º100%22.16%-
HSV(B)66.9º100%44.31%-
XYZ11.1614.522.21-
YUV96.2373.69130.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 113 (44.53% from 255) = 53.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.95%
G=53.05%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10011300.12010.5666.910022.16
Hex64710C06438436416
Octal14416101401447010314426
Binary1100100111000101100011001001110001000011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647100; }

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

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

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

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

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

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

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

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