Shades of Fiji Green #63710E
Tints of Fiji Green #63710E
RGB
CMYK
RGB Variations
Color information
#63710E (or 0x63710E) is known color: Fiji Green. HEX triplet: 63, 71 and 0E. RGB value is (99,113,14). Sum of RGB (Red+Green+Blue) = 99+113+14=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #63710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63710E is #9C8EF1. Grayscale: #616161. Windows color (decimal): -10260210 or 946531. OLE color: 946531.
HSL color Cylindrical-coordinate representation of color #63710E: hue angle of 68.48º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63710E is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 113 | 14 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.56 |
| HSL | 68.48º | 0.78% | 0.25% | - |
| HSV(B) | 68.48º | 0.88% | 0.44% | - |
| XYZ | 11.13 | 14.49 | 2.63 | - |
| YUV | 97.53 | 80.86 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 14 | 0.12 | 0 | 0.88 | 0.56 | 68.48 | 0.78 | 0.25 |
| Hex | 63 | 71 | E | C | 0 | 58 | 38 | 44 | 4E | 19 |
| Octal | 143 | 161 | 16 | 14 | 0 | 130 | 70 | 104 | 116 | 31 |
| Binary | 1100011 | 1110001 | 1110 | 1100 | 0 | 1011000 | 111000 | 1000100 | 1001110 | 11001 |
Color Harmonies of #63710E
Complementary color
Monochromatic Colors of #63710E
Black with #63710E
Text Example
Text Example
White with #63710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63710E; }
p { color: rgb(99,113,14); }
H1.HeaderClassName
{
color: #63710E;
}
.AnyTagClassName
{
color: #63710E;
}
</style>
background-color css
<style>
a { background-color: #63710E; }
a { background-color: rgb(99,113,14); }
div.DivClassName
{
background-color: #63710E;
}
.BgClassName
{
background-color: #63710E;
}
</style>
border-color css
<style>
span { border-color: #63710E; }
span { border-color: rgb(99,113,14); }
td.TdClassName
{
border-color: #63710E;
}
.TagClassName
{
border-color: #63710E;
}
</style>