Shades of Fiji Green #62711C
Tints of Fiji Green #62711C
RGB
CMYK
RGB Variations
Color information
#62711C (or 0x62711C) is known color: Fiji Green. HEX triplet: 62, 71 and 1C. RGB value is (98,113,28). Sum of RGB (Red+Green+Blue) = 98+113+28=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #62711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62711C is #9D8EE3. Grayscale: #636363. Windows color (decimal): -10325732 or 1864034. OLE color: 1864034.
HSL color Cylindrical-coordinate representation of color #62711C: hue angle of 70.59º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62711C is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 113 | 28 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.56 |
| HSL | 70.59º | 0.6% | 0.28% | - |
| HSV(B) | 70.59º | 0.75% | 0.44% | - |
| XYZ | 11.15 | 14.49 | 3.31 | - |
| YUV | 98.83 | 88.03 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 113 | 28 | 0.13 | 0 | 0.75 | 0.56 | 70.59 | 0.6 | 0.28 |
| Hex | 62 | 71 | 1C | D | 0 | 4B | 38 | 47 | 3C | 1C |
| Octal | 142 | 161 | 34 | 15 | 0 | 113 | 70 | 107 | 74 | 34 |
| Binary | 1100010 | 1110001 | 11100 | 1101 | 0 | 1001011 | 111000 | 1000111 | 111100 | 11100 |
Color Harmonies of #62711C
Complementary color
Monochromatic Colors of #62711C
Black with #62711C
Text Example
Text Example
White with #62711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62711C; }
p { color: rgb(98,113,28); }
H1.HeaderClassName
{
color: #62711C;
}
.AnyTagClassName
{
color: #62711C;
}
</style>
background-color css
<style>
a { background-color: #62711C; }
a { background-color: rgb(98,113,28); }
div.DivClassName
{
background-color: #62711C;
}
.BgClassName
{
background-color: #62711C;
}
</style>
border-color css
<style>
span { border-color: #62711C; }
span { border-color: rgb(98,113,28); }
td.TdClassName
{
border-color: #62711C;
}
.TagClassName
{
border-color: #62711C;
}
</style>