Shades of Fiji Green #626B0F
Tints of Fiji Green #626B0F
RGB
CMYK
RGB Variations
Color information
#626B0F (or 0x626B0F) is known color: Fiji Green. HEX triplet: 62, 6B and 0F. RGB value is (98,107,15). Sum of RGB (Red+Green+Blue) = 98+107+15=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #626B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626B0F is #9D94F0. Grayscale: #5E5E5E. Windows color (decimal): -10327281 or 1010530. OLE color: 1010530.
HSL color Cylindrical-coordinate representation of color #626B0F: hue angle of 65.87º 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 #626B0F is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 107 | 15 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.58 |
| HSL | 65.87º | 0.75% | 0.24% | - |
| HSV(B) | 65.87º | 0.86% | 0.42% | - |
| XYZ | 10.38 | 13.15 | 2.44 | - |
| YUV | 93.82 | 83.52 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 15 | 0.08 | 0 | 0.86 | 0.58 | 65.87 | 0.75 | 0.24 |
| Hex | 62 | 6B | F | 8 | 0 | 56 | 3A | 42 | 4B | 18 |
| Octal | 142 | 153 | 17 | 10 | 0 | 126 | 72 | 102 | 113 | 30 |
| Binary | 1100010 | 1101011 | 1111 | 1000 | 0 | 1010110 | 111010 | 1000010 | 1001011 | 11000 |
Color Harmonies of #626B0F
Complementary color
Monochromatic Colors of #626B0F
Black with #626B0F
Text Example
Text Example
White with #626B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626B0F; }
p { color: rgb(98,107,15); }
H1.HeaderClassName
{
color: #626B0F;
}
.AnyTagClassName
{
color: #626B0F;
}
</style>
background-color css
<style>
a { background-color: #626B0F; }
a { background-color: rgb(98,107,15); }
div.DivClassName
{
background-color: #626B0F;
}
.BgClassName
{
background-color: #626B0F;
}
</style>
border-color css
<style>
span { border-color: #626B0F; }
span { border-color: rgb(98,107,15); }
td.TdClassName
{
border-color: #626B0F;
}
.TagClassName
{
border-color: #626B0F;
}
</style>