Shades of Fiji Green #62721C
Tints of Fiji Green #62721C
RGB
CMYK
RGB Variations
Color information
#62721C (or 0x62721C) is known color: Fiji Green. HEX triplet: 62, 72 and 1C. RGB value is (98,114,28). Sum of RGB (Red+Green+Blue) = 98+114+28=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #62721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62721C is #9D8DE3. Grayscale: #636363. Windows color (decimal): -10325476 or 1864290. OLE color: 1864290.
HSL color Cylindrical-coordinate representation of color #62721C: hue angle of 71.16º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62721C is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 114 | 28 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.55 |
| HSL | 71.16º | 0.61% | 0.28% | - |
| HSV(B) | 71.16º | 0.75% | 0.45% | - |
| XYZ | 11.26 | 14.72 | 3.35 | - |
| YUV | 99.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 28 | 0.14 | 0 | 0.75 | 0.55 | 71.16 | 0.61 | 0.28 |
| Hex | 62 | 72 | 1C | E | 0 | 4B | 37 | 47 | 3D | 1C |
| Octal | 142 | 162 | 34 | 16 | 0 | 113 | 67 | 107 | 75 | 34 |
| Binary | 1100010 | 1110010 | 11100 | 1110 | 0 | 1001011 | 110111 | 1000111 | 111101 | 11100 |
Color Harmonies of #62721C
Complementary color
Monochromatic Colors of #62721C
Black with #62721C
Text Example
Text Example
White with #62721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62721C; }
p { color: rgb(98,114,28); }
H1.HeaderClassName
{
color: #62721C;
}
.AnyTagClassName
{
color: #62721C;
}
</style>
background-color css
<style>
a { background-color: #62721C; }
a { background-color: rgb(98,114,28); }
div.DivClassName
{
background-color: #62721C;
}
.BgClassName
{
background-color: #62721C;
}
</style>
border-color css
<style>
span { border-color: #62721C; }
span { border-color: rgb(98,114,28); }
td.TdClassName
{
border-color: #62721C;
}
.TagClassName
{
border-color: #62721C;
}
</style>