Shades of Fiji Green #63750B
Tints of Fiji Green #63750B
RGB
CMYK
RGB Variations
Color information
#63750B (or 0x63750B) is known color: Fiji Green. HEX triplet: 63, 75 and 0B. RGB value is (99,117,11). Sum of RGB (Red+Green+Blue) = 99+117+11=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #63750B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63750B is #9C8AF4. Grayscale: #636363. Windows color (decimal): -10259189 or 750947. OLE color: 750947.
HSL color Cylindrical-coordinate representation of color #63750B: hue angle of 70.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63750B is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 117 | 11 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.54 |
| HSL | 70.19º | 0.83% | 0.25% | - |
| HSV(B) | 70.19º | 0.91% | 0.46% | - |
| XYZ | 11.57 | 15.4 | 2.68 | - |
| YUV | 99.53 | 78.04 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 11 | 0.15 | 0 | 0.91 | 0.54 | 70.19 | 0.83 | 0.25 |
| Hex | 63 | 75 | B | F | 0 | 5B | 36 | 46 | 53 | 19 |
| Octal | 143 | 165 | 13 | 17 | 0 | 133 | 66 | 106 | 123 | 31 |
| Binary | 1100011 | 1110101 | 1011 | 1111 | 0 | 1011011 | 110110 | 1000110 | 1010011 | 11001 |
Color Harmonies of #63750B
Complementary color
Monochromatic Colors of #63750B
Black with #63750B
Text Example
Text Example
White with #63750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63750B; }
p { color: rgb(99,117,11); }
H1.HeaderClassName
{
color: #63750B;
}
.AnyTagClassName
{
color: #63750B;
}
</style>
background-color css
<style>
a { background-color: #63750B; }
a { background-color: rgb(99,117,11); }
div.DivClassName
{
background-color: #63750B;
}
.BgClassName
{
background-color: #63750B;
}
</style>
border-color css
<style>
span { border-color: #63750B; }
span { border-color: rgb(99,117,11); }
td.TdClassName
{
border-color: #63750B;
}
.TagClassName
{
border-color: #63750B;
}
</style>