Shades of Fiji Green #627001
Tints of Fiji Green #627001
RGB
CMYK
RGB Variations
Color information
#627001 (or 0x627001) is known color: 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
| RGB | 98 | 112 | 1 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.56 |
| HSL | 67.57º | 0.98% | 0.22% | - |
| HSV(B) | 67.57º | 0.99% | 0.44% | - |
| XYZ | 10.84 | 14.19 | 2.2 | - |
| YUV | 95.16 | 74.86 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 112 | 1 | 0.13 | 0 | 0.99 | 0.56 | 67.57 | 0.98 | 0.22 |
| Hex | 62 | 70 | 1 | D | 0 | 63 | 38 | 44 | 62 | 16 |
| Octal | 142 | 160 | 1 | 15 | 0 | 143 | 70 | 104 | 142 | 26 |
| Binary | 1100010 | 1110000 | 1 | 1101 | 0 | 1100011 | 111000 | 1000100 | 1100010 | 10110 |
Color Harmonies of #627001
Complementary color
Monochromatic Colors of #627001
Black with #627001
Text Example
Text Example
White with #627001
Text Example
Text Example
HTML Codes & Css Web 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>