#647f14

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

Shades of Fiji Green #647F14

Tints of Fiji Green #647F14

Color information

#647F14 (or 0x647F14) is unknown color: approx Fiji Green. HEX triplet: 64, 7F and 14. RGB value is (100,127,20). Sum of RGB (Red+Green+Blue) = 100+127+20=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #647F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647F14 is #9B80EB. Grayscale: #6B6B6B. Windows color (decimal): -10191084 or 1343332. OLE color: 1343332.

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

Color convert

RGB10012720-
CMYK0.2100.840.50
HSL75.14º72.79%28.82%-
HSV(B)75.14º84.25%49.8%-
XYZ12.9717.943.44-
YUV106.7379.05123.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 127 (50% from 255) = 51.42%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=40.49%
G=51.42%
B=8.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100127200.2100.840.5075.1472.7928.82
Hex647F1415054324b491d
Octal144177242501246211311135
Binary110010011111111010010101010101001100101001011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647f14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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