Shades of Fiji Green #62770A
Tints of Fiji Green #62770A
RGB
CMYK
RGB Variations
Color information
#62770A (or 0x62770A) is known color: Fiji Green. HEX triplet: 62, 77 and 0A. RGB value is (98,119,10). Sum of RGB (Red+Green+Blue) = 98+119+10=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #62770A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62770A is #9D88F5. Grayscale: #646464. Windows color (decimal): -10324214 or 685922. OLE color: 685922.
HSL color Cylindrical-coordinate representation of color #62770A: hue angle of 71.56º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62770A is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 119 | 10 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.53 |
| HSL | 71.56º | 0.84% | 0.25% | - |
| HSV(B) | 71.56º | 0.92% | 0.47% | - |
| XYZ | 11.69 | 15.81 | 2.72 | - |
| YUV | 100.3 | 77.04 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 119 | 10 | 0.18 | 0 | 0.92 | 0.53 | 71.56 | 0.84 | 0.25 |
| Hex | 62 | 77 | A | 12 | 0 | 5C | 35 | 48 | 54 | 19 |
| Octal | 142 | 167 | 12 | 22 | 0 | 134 | 65 | 110 | 124 | 31 |
| Binary | 1100010 | 1110111 | 1010 | 10010 | 0 | 1011100 | 110101 | 1001000 | 1010100 | 11001 |
Color Harmonies of #62770A
Complementary color
Monochromatic Colors of #62770A
Black with #62770A
Text Example
Text Example
White with #62770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62770A; }
p { color: rgb(98,119,10); }
H1.HeaderClassName
{
color: #62770A;
}
.AnyTagClassName
{
color: #62770A;
}
</style>
background-color css
<style>
a { background-color: #62770A; }
a { background-color: rgb(98,119,10); }
div.DivClassName
{
background-color: #62770A;
}
.BgClassName
{
background-color: #62770A;
}
</style>
border-color css
<style>
span { border-color: #62770A; }
span { border-color: rgb(98,119,10); }
td.TdClassName
{
border-color: #62770A;
}
.TagClassName
{
border-color: #62770A;
}
</style>