#647010

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

Shades of Fiji Green #647010

Tints of Fiji Green #647010

Color information

#647010 (or 0x647010) is unknown color: approx Fiji Green. HEX triplet: 64, 70 and 10. RGB value is (100,112,16). Sum of RGB (Red+Green+Blue) = 100+112+16=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #647010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647010 is #9B8FEF. Grayscale: #616161. Windows color (decimal): -10194928 or 1077348. OLE color: 1077348.

HSL color Cylindrical-coordinate representation of color #647010: hue angle of 67.5º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #647010 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB10011216-
CMYK0.1100.860.56
HSL67.5º75%25.1%-
HSV(B)67.5º85.71%43.92%-
XYZ11.1414.342.67-
YUV97.4782.02129.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.86%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 16 (6.64% from 255) = 7.02%
R=43.86%
G=49.12%
B=7.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100112160.1100.860.5667.57525.1
Hex647010B05638444b19
Octal144160201301267010411331
Binary11001001110000100001011010101101110001000100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647010; }

 p { color: rgb(100,112,16); }

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

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

 a { background-color: rgb(100,112,16); }

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

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

 span { border-color: rgb(100,112,16); }

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