Shades of Fiji Green #626C13
Tints of Fiji Green #626C13
RGB
CMYK
RGB Variations
Color information
#626C13 (or 0x626C13) is known color: Fiji Green. HEX triplet: 62, 6C and 13. RGB value is (98,108,19). Sum of RGB (Red+Green+Blue) = 98+108+19=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #626C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626C13 is #9D93EC. Grayscale: #5F5F5F. Windows color (decimal): -10327021 or 1272930. OLE color: 1272930.
HSL color Cylindrical-coordinate representation of color #626C13: hue angle of 66.74º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #626C13 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 19 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.58 |
| HSL | 66.74º | 0.7% | 0.25% | - |
| HSV(B) | 66.74º | 0.82% | 0.42% | - |
| XYZ | 10.52 | 13.37 | 2.64 | - |
| YUV | 94.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 19 | 0.09 | 0 | 0.82 | 0.58 | 66.74 | 0.7 | 0.25 |
| Hex | 62 | 6C | 13 | 9 | 0 | 52 | 3A | 43 | 46 | 19 |
| Octal | 142 | 154 | 23 | 11 | 0 | 122 | 72 | 103 | 106 | 31 |
| Binary | 1100010 | 1101100 | 10011 | 1001 | 0 | 1010010 | 111010 | 1000011 | 1000110 | 11001 |
Color Harmonies of #626C13
Complementary color
Monochromatic Colors of #626C13
Black with #626C13
Text Example
Text Example
White with #626C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C13; }
p { color: rgb(98,108,19); }
H1.HeaderClassName
{
color: #626C13;
}
.AnyTagClassName
{
color: #626C13;
}
</style>
background-color css
<style>
a { background-color: #626C13; }
a { background-color: rgb(98,108,19); }
div.DivClassName
{
background-color: #626C13;
}
.BgClassName
{
background-color: #626C13;
}
</style>
border-color css
<style>
span { border-color: #626C13; }
span { border-color: rgb(98,108,19); }
td.TdClassName
{
border-color: #626C13;
}
.TagClassName
{
border-color: #626C13;
}
</style>