Shades of Fiji Green #62760C
Tints of Fiji Green #62760C
RGB
CMYK
RGB Variations
Color information
#62760C (or 0x62760C) is known color: Fiji Green. HEX triplet: 62, 76 and 0C. RGB value is (98,118,12). Sum of RGB (Red+Green+Blue) = 98+118+12=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #62760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62760C is #9D89F3. Grayscale: #646464. Windows color (decimal): -10324468 or 816738. OLE color: 816738.
HSL color Cylindrical-coordinate representation of color #62760C: hue angle of 71.32º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62760C is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 118 | 12 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.54 |
| HSL | 71.32º | 0.82% | 0.25% | - |
| HSV(B) | 71.32º | 0.9% | 0.46% | - |
| XYZ | 11.58 | 15.58 | 2.74 | - |
| YUV | 99.94 | 78.37 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 12 | 0.17 | 0 | 0.90 | 0.54 | 71.32 | 0.82 | 0.25 |
| Hex | 62 | 76 | C | 11 | 0 | 5A | 36 | 47 | 52 | 19 |
| Octal | 142 | 166 | 14 | 21 | 0 | 132 | 66 | 107 | 122 | 31 |
| Binary | 1100010 | 1110110 | 1100 | 10001 | 0 | 1011010 | 110110 | 1000111 | 1010010 | 11001 |
Color Harmonies of #62760C
Complementary color
Monochromatic Colors of #62760C
Black with #62760C
Text Example
Text Example
White with #62760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62760C; }
p { color: rgb(98,118,12); }
H1.HeaderClassName
{
color: #62760C;
}
.AnyTagClassName
{
color: #62760C;
}
</style>
background-color css
<style>
a { background-color: #62760C; }
a { background-color: rgb(98,118,12); }
div.DivClassName
{
background-color: #62760C;
}
.BgClassName
{
background-color: #62760C;
}
</style>
border-color css
<style>
span { border-color: #62760C; }
span { border-color: rgb(98,118,12); }
td.TdClassName
{
border-color: #62760C;
}
.TagClassName
{
border-color: #62760C;
}
</style>