Shades of Fiji Green #626A0F
Tints of Fiji Green #626A0F
RGB
CMYK
RGB Variations
Color information
#626A0F (or 0x626A0F) is known color: Fiji Green. HEX triplet: 62, 6A and 0F. RGB value is (98,106,15). Sum of RGB (Red+Green+Blue) = 98+106+15=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #626A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626A0F is #9D95F0. Grayscale: #5D5D5D. Windows color (decimal): -10327537 or 1010274. OLE color: 1010274.
HSL color Cylindrical-coordinate representation of color #626A0F: hue angle of 65.27º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #626A0F is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 106 | 15 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.58 |
| HSL | 65.27º | 0.75% | 0.24% | - |
| HSV(B) | 65.27º | 0.86% | 0.42% | - |
| XYZ | 10.28 | 12.94 | 2.41 | - |
| YUV | 93.23 | 83.85 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 15 | 0.08 | 0 | 0.86 | 0.58 | 65.27 | 0.75 | 0.24 |
| Hex | 62 | 6A | F | 8 | 0 | 56 | 3A | 41 | 4B | 18 |
| Octal | 142 | 152 | 17 | 10 | 0 | 126 | 72 | 101 | 113 | 30 |
| Binary | 1100010 | 1101010 | 1111 | 1000 | 0 | 1010110 | 111010 | 1000001 | 1001011 | 11000 |
Color Harmonies of #626A0F
Complementary color
Monochromatic Colors of #626A0F
Black with #626A0F
Text Example
Text Example
White with #626A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A0F; }
p { color: rgb(98,106,15); }
H1.HeaderClassName
{
color: #626A0F;
}
.AnyTagClassName
{
color: #626A0F;
}
</style>
background-color css
<style>
a { background-color: #626A0F; }
a { background-color: rgb(98,106,15); }
div.DivClassName
{
background-color: #626A0F;
}
.BgClassName
{
background-color: #626A0F;
}
</style>
border-color css
<style>
span { border-color: #626A0F; }
span { border-color: rgb(98,106,15); }
td.TdClassName
{
border-color: #626A0F;
}
.TagClassName
{
border-color: #626A0F;
}
</style>