Shades of Fiji Green #63750F
Tints of Fiji Green #63750F
RGB
CMYK
RGB Variations
Color information
#63750F (or 0x63750F) is known color: Fiji Green. HEX triplet: 63, 75 and 0F. RGB value is (99,117,15). Sum of RGB (Red+Green+Blue) = 99+117+15=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #63750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63750F is #9C8AF0. Grayscale: #646464. Windows color (decimal): -10259185 or 1013091. OLE color: 1013091.
HSL color Cylindrical-coordinate representation of color #63750F: hue angle of 70.59º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63750F is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 117 | 15 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.54 |
| HSL | 70.59º | 0.77% | 0.26% | - |
| HSV(B) | 70.59º | 0.87% | 0.46% | - |
| XYZ | 11.59 | 15.41 | 2.82 | - |
| YUV | 99.99 | 80.04 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 15 | 0.15 | 0 | 0.87 | 0.54 | 70.59 | 0.77 | 0.26 |
| Hex | 63 | 75 | F | F | 0 | 57 | 36 | 47 | 4D | 1A |
| Octal | 143 | 165 | 17 | 17 | 0 | 127 | 66 | 107 | 115 | 32 |
| Binary | 1100011 | 1110101 | 1111 | 1111 | 0 | 1010111 | 110110 | 1000111 | 1001101 | 11010 |
Color Harmonies of #63750F
Complementary color
Monochromatic Colors of #63750F
Black with #63750F
Text Example
Text Example
White with #63750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63750F; }
p { color: rgb(99,117,15); }
H1.HeaderClassName
{
color: #63750F;
}
.AnyTagClassName
{
color: #63750F;
}
</style>
background-color css
<style>
a { background-color: #63750F; }
a { background-color: rgb(99,117,15); }
div.DivClassName
{
background-color: #63750F;
}
.BgClassName
{
background-color: #63750F;
}
</style>
border-color css
<style>
span { border-color: #63750F; }
span { border-color: rgb(99,117,15); }
td.TdClassName
{
border-color: #63750F;
}
.TagClassName
{
border-color: #63750F;
}
</style>