#647F03

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

Shades of Olive #647F03

Tints of Olive #647F03

Color information

#647F03 (or 0x647F03) is unknown color: approx Olive. HEX triplet: 64, 7F and 03. RGB value is (100,127,3). Sum of RGB (Red+Green+Blue) = 100+127+3=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 127 (50% from 255 or 55.22% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 127 - color contains mainly: green. Hex color #647F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647F03 is #9B80FC. Grayscale: #696969. Windows color (decimal): -10191101 or 229220. OLE color: 229220.

HSL color Cylindrical-coordinate representation of color #647F03: hue angle of 73.06º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #647F03 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB1001273-
CMYK0.2100.980.50
HSL73.06º95.38%25.49%-
HSV(B)73.06º97.64%49.8%-
XYZ12.8617.892.86-
YUV104.7970.55124.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.48%
GREEN value IS 127 (50% from 255) = 55.22%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=43.48%
G=55.22%
B=1.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10012730.2100.980.5073.0695.3825.49
Hex647F31506232495f19
Octal14417732501426211113731
Binary110010011111111110101011000101100101001001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,127,3); }

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

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

 a { background-color: rgb(100,127,3); }

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

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

 span { border-color: rgb(100,127,3); }

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