Shades of Fiji Green #63720F
Tints of Fiji Green #63720F
RGB
CMYK
RGB Variations
Color information
#63720F (or 0x63720F) is known color: Fiji Green. HEX triplet: 63, 72 and 0F. RGB value is (99,114,15). Sum of RGB (Red+Green+Blue) = 99+114+15=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #63720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63720F is #9C8DF0. Grayscale: #626262. Windows color (decimal): -10259953 or 1012323. OLE color: 1012323.
HSL color Cylindrical-coordinate representation of color #63720F: hue angle of 69.09º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63720F is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 114 | 15 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.55 |
| HSL | 69.09º | 0.77% | 0.25% | - |
| HSV(B) | 69.09º | 0.87% | 0.45% | - |
| XYZ | 11.25 | 14.72 | 2.7 | - |
| YUV | 98.23 | 81.03 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 114 | 15 | 0.13 | 0 | 0.87 | 0.55 | 69.09 | 0.77 | 0.25 |
| Hex | 63 | 72 | F | D | 0 | 57 | 37 | 45 | 4D | 19 |
| Octal | 143 | 162 | 17 | 15 | 0 | 127 | 67 | 105 | 115 | 31 |
| Binary | 1100011 | 1110010 | 1111 | 1101 | 0 | 1010111 | 110111 | 1000101 | 1001101 | 11001 |
Color Harmonies of #63720F
Complementary color
Monochromatic Colors of #63720F
Black with #63720F
Text Example
Text Example
White with #63720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63720F; }
p { color: rgb(99,114,15); }
H1.HeaderClassName
{
color: #63720F;
}
.AnyTagClassName
{
color: #63720F;
}
</style>
background-color css
<style>
a { background-color: #63720F; }
a { background-color: rgb(99,114,15); }
div.DivClassName
{
background-color: #63720F;
}
.BgClassName
{
background-color: #63720F;
}
</style>
border-color css
<style>
span { border-color: #63720F; }
span { border-color: rgb(99,114,15); }
td.TdClassName
{
border-color: #63720F;
}
.TagClassName
{
border-color: #63720F;
}
</style>