#647001

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

Shades of Fiji Green #647001

Tints of Fiji Green #647001

Color information

#647001 (or 0x647001) is unknown color: approx Fiji Green. HEX triplet: 64, 70 and 01. RGB value is (100,112,1). Sum of RGB (Red+Green+Blue) = 100+112+1=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #647001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647001 is #9B8FFE. Grayscale: #606060. Windows color (decimal): -10194943 or 94308. OLE color: 94308.

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

Color convert

RGB1001121-
CMYK0.1100.990.56
HSL66.49º98.23%22.16%-
HSV(B)66.49º99.11%43.92%-
XYZ11.0614.32.21-
YUV95.7674.52131.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 112 (44.14% from 255) = 52.58%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=46.95%
G=52.58%
B=0.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10011210.1100.990.5666.4998.2322.16
Hex64701B06338426216
Octal14416011301437010214226
Binary1100100111000011011011000111110001000010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647001; }

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

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

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

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

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

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

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

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