#647C00

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

Shades of Olive #647C00

Tints of Olive #647C00

Color information

#647C00 (or 0x647C00) is unknown color: approx Olive. HEX triplet: 64, 7C and 00. RGB value is (100,124,0). Sum of RGB (Red+Green+Blue) = 100+124+0=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #647C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647C00 is #9B83FF. Grayscale: #676767. Windows color (decimal): -10191872 or 31844. OLE color: 31844.

HSL color Cylindrical-coordinate representation of color #647C00: hue angle of 71.61º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #647C00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB1001240-
CMYK0.19010.51
HSL71.61º100%24.31%-
HSV(B)71.61º100%48.63%-
XYZ12.4617.122.65-
YUV102.6970.05126.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 124 (48.83% from 255) = 55.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.64%
G=55.36%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10012400.19010.5171.6110024.31
Hex647C01306433486418
Octal14417402301446311014430
Binary11001001111100010011011001001100111001000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647C00; }

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

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

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

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

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

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

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

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