#627001

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

Shades of Fiji Green #627001

Tints of Fiji Green #627001

Color information

#627001 (or 0x627001) is unknown color: approx Fiji Green. HEX triplet: 62, 70 and 01. RGB value is (98,112,1). Sum of RGB (Red+Green+Blue) = 98+112+1=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #627001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627001 is #9D8FFE. Grayscale: #5F5F5F. Windows color (decimal): -10326015 or 94306. OLE color: 94306.

HSL color Cylindrical-coordinate representation of color #627001: hue angle of 67.57º 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 #627001 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB981121-
CMYK0.1300.990.56
HSL67.57º98.23%22.16%-
HSV(B)67.57º99.11%43.92%-
XYZ10.8414.192.2-
YUV95.1674.86130.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=46.45%
G=53.08%
B=0.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9811210.1300.990.5667.5798.2322.16
Hex62701D06338446216
Octal14216011501437010414226
Binary1100010111000011101011000111110001000100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627001; }

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

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

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

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

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

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

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

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