Shades of Fiji Green #626C11
Tints of Fiji Green #626C11
RGB
CMYK
RGB Variations
Color information
#626C11 (or 0x626C11) is known color: Fiji Green. HEX triplet: 62, 6C and 11. RGB value is (98,108,17). Sum of RGB (Red+Green+Blue) = 98+108+17=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #626C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626C11 is #9D93EE. Grayscale: #5E5E5E. Windows color (decimal): -10327023 or 1141858. OLE color: 1141858.
HSL color Cylindrical-coordinate representation of color #626C11: hue angle of 66.59º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #626C11 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 17 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.58 |
| HSL | 66.59º | 0.73% | 0.25% | - |
| HSV(B) | 66.59º | 0.84% | 0.42% | - |
| XYZ | 10.5 | 13.36 | 2.56 | - |
| YUV | 94.64 | 84.19 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 17 | 0.09 | 0 | 0.84 | 0.58 | 66.59 | 0.73 | 0.25 |
| Hex | 62 | 6C | 11 | 9 | 0 | 54 | 3A | 43 | 49 | 19 |
| Octal | 142 | 154 | 21 | 11 | 0 | 124 | 72 | 103 | 111 | 31 |
| Binary | 1100010 | 1101100 | 10001 | 1001 | 0 | 1010100 | 111010 | 1000011 | 1001001 | 11001 |
Color Harmonies of #626C11
Complementary color
Monochromatic Colors of #626C11
Black with #626C11
Text Example
Text Example
White with #626C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C11; }
p { color: rgb(98,108,17); }
H1.HeaderClassName
{
color: #626C11;
}
.AnyTagClassName
{
color: #626C11;
}
</style>
background-color css
<style>
a { background-color: #626C11; }
a { background-color: rgb(98,108,17); }
div.DivClassName
{
background-color: #626C11;
}
.BgClassName
{
background-color: #626C11;
}
</style>
border-color css
<style>
span { border-color: #626C11; }
span { border-color: rgb(98,108,17); }
td.TdClassName
{
border-color: #626C11;
}
.TagClassName
{
border-color: #626C11;
}
</style>