Shades of Fiji Green #626C16
Tints of Fiji Green #626C16
RGB
CMYK
RGB Variations
Color information
#626C16 (or 0x626C16) is known color: Fiji Green. HEX triplet: 62, 6C and 16. RGB value is (98,108,22). Sum of RGB (Red+Green+Blue) = 98+108+22=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 108 - color contains mainly: green. Hex color #626C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626C16 is #9D93E9. Grayscale: #5F5F5F. Windows color (decimal): -10327018 or 1469538. OLE color: 1469538.
HSL color Cylindrical-coordinate representation of color #626C16: hue angle of 66.98º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #626C16 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 22 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.58 |
| HSL | 66.98º | 0.66% | 0.25% | - |
| HSV(B) | 66.98º | 0.8% | 0.42% | - |
| XYZ | 10.54 | 13.38 | 2.79 | - |
| YUV | 95.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 22 | 0.09 | 0 | 0.80 | 0.58 | 66.98 | 0.66 | 0.25 |
| Hex | 62 | 6C | 16 | 9 | 0 | 50 | 3A | 43 | 42 | 19 |
| Octal | 142 | 154 | 26 | 11 | 0 | 120 | 72 | 103 | 102 | 31 |
| Binary | 1100010 | 1101100 | 10110 | 1001 | 0 | 1010000 | 111010 | 1000011 | 1000010 | 11001 |
Color Harmonies of #626C16
Complementary color
Monochromatic Colors of #626C16
Black with #626C16
Text Example
Text Example
White with #626C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C16; }
p { color: rgb(98,108,22); }
H1.HeaderClassName
{
color: #626C16;
}
.AnyTagClassName
{
color: #626C16;
}
</style>
background-color css
<style>
a { background-color: #626C16; }
a { background-color: rgb(98,108,22); }
div.DivClassName
{
background-color: #626C16;
}
.BgClassName
{
background-color: #626C16;
}
</style>
border-color css
<style>
span { border-color: #626C16; }
span { border-color: rgb(98,108,22); }
td.TdClassName
{
border-color: #626C16;
}
.TagClassName
{
border-color: #626C16;
}
</style>