Shades of Fiji Green #63721F
Tints of Fiji Green #63721F
RGB
CMYK
RGB Variations
Color information
#63721F (or 0x63721F) is known color: Fiji Green. HEX triplet: 63, 72 and 1F. RGB value is (99,114,31). Sum of RGB (Red+Green+Blue) = 99+114+31=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #63721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63721F is #9C8DE0. Grayscale: #646464. Windows color (decimal): -10259937 or 2060899. OLE color: 2060899.
HSL color Cylindrical-coordinate representation of color #63721F: hue angle of 70.84º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63721F is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 114 | 31 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.55 |
| HSL | 70.84º | 0.57% | 0.28% | - |
| HSV(B) | 70.84º | 0.73% | 0.45% | - |
| XYZ | 11.41 | 14.79 | 3.55 | - |
| YUV | 100.05 | 89.03 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 114 | 31 | 0.13 | 0 | 0.73 | 0.55 | 70.84 | 0.57 | 0.28 |
| Hex | 63 | 72 | 1F | D | 0 | 49 | 37 | 47 | 39 | 1C |
| Octal | 143 | 162 | 37 | 15 | 0 | 111 | 67 | 107 | 71 | 34 |
| Binary | 1100011 | 1110010 | 11111 | 1101 | 0 | 1001001 | 110111 | 1000111 | 111001 | 11100 |
Color Harmonies of #63721F
Complementary color
Monochromatic Colors of #63721F
Black with #63721F
Text Example
Text Example
White with #63721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63721F; }
p { color: rgb(99,114,31); }
H1.HeaderClassName
{
color: #63721F;
}
.AnyTagClassName
{
color: #63721F;
}
</style>
background-color css
<style>
a { background-color: #63721F; }
a { background-color: rgb(99,114,31); }
div.DivClassName
{
background-color: #63721F;
}
.BgClassName
{
background-color: #63721F;
}
</style>
border-color css
<style>
span { border-color: #63721F; }
span { border-color: rgb(99,114,31); }
td.TdClassName
{
border-color: #63721F;
}
.TagClassName
{
border-color: #63721F;
}
</style>