Shades of Fiji Green #62720D
Tints of Fiji Green #62720D
RGB
CMYK
RGB Variations
Color information
#62720D (or 0x62720D) is known color: Fiji Green. HEX triplet: 62, 72 and 0D. RGB value is (98,114,13). Sum of RGB (Red+Green+Blue) = 98+114+13=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #62720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62720D is #9D8DF2. Grayscale: #626262. Windows color (decimal): -10325491 or 881250. OLE color: 881250.
HSL color Cylindrical-coordinate representation of color #62720D: hue angle of 69.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62720D is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 114 | 13 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.55 |
| HSL | 69.5º | 0.8% | 0.25% | - |
| HSV(B) | 69.5º | 0.89% | 0.45% | - |
| XYZ | 11.13 | 14.66 | 2.62 | - |
| YUV | 97.7 | 80.2 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 13 | 0.14 | 0 | 0.89 | 0.55 | 69.5 | 0.8 | 0.25 |
| Hex | 62 | 72 | D | E | 0 | 59 | 37 | 46 | 50 | 19 |
| Octal | 142 | 162 | 15 | 16 | 0 | 131 | 67 | 106 | 120 | 31 |
| Binary | 1100010 | 1110010 | 1101 | 1110 | 0 | 1011001 | 110111 | 1000110 | 1010000 | 11001 |
Color Harmonies of #62720D
Complementary color
Monochromatic Colors of #62720D
Black with #62720D
Text Example
Text Example
White with #62720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62720D; }
p { color: rgb(98,114,13); }
H1.HeaderClassName
{
color: #62720D;
}
.AnyTagClassName
{
color: #62720D;
}
</style>
background-color css
<style>
a { background-color: #62720D; }
a { background-color: rgb(98,114,13); }
div.DivClassName
{
background-color: #62720D;
}
.BgClassName
{
background-color: #62720D;
}
</style>
border-color css
<style>
span { border-color: #62720D; }
span { border-color: rgb(98,114,13); }
td.TdClassName
{
border-color: #62720D;
}
.TagClassName
{
border-color: #62720D;
}
</style>