Shades of Fiji Green #63720B
Tints of Fiji Green #63720B
RGB
CMYK
RGB Variations
Color information
#63720B (or 0x63720B) is known color: Fiji Green. HEX triplet: 63, 72 and 0B. RGB value is (99,114,11). Sum of RGB (Red+Green+Blue) = 99+114+11=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #63720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63720B is #9C8DF4. Grayscale: #626262. Windows color (decimal): -10259957 or 750179. OLE color: 750179.
HSL color Cylindrical-coordinate representation of color #63720B: hue angle of 68.74º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63720B is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 114 | 11 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.55 |
| HSL | 68.74º | 0.82% | 0.25% | - |
| HSV(B) | 68.74º | 0.9% | 0.45% | - |
| XYZ | 11.22 | 14.71 | 2.56 | - |
| YUV | 97.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 114 | 11 | 0.13 | 0 | 0.90 | 0.55 | 68.74 | 0.82 | 0.25 |
| Hex | 63 | 72 | B | D | 0 | 5A | 37 | 45 | 52 | 19 |
| Octal | 143 | 162 | 13 | 15 | 0 | 132 | 67 | 105 | 122 | 31 |
| Binary | 1100011 | 1110010 | 1011 | 1101 | 0 | 1011010 | 110111 | 1000101 | 1010010 | 11001 |
Color Harmonies of #63720B
Complementary color
Monochromatic Colors of #63720B
Black with #63720B
Text Example
Text Example
White with #63720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63720B; }
p { color: rgb(99,114,11); }
H1.HeaderClassName
{
color: #63720B;
}
.AnyTagClassName
{
color: #63720B;
}
</style>
background-color css
<style>
a { background-color: #63720B; }
a { background-color: rgb(99,114,11); }
div.DivClassName
{
background-color: #63720B;
}
.BgClassName
{
background-color: #63720B;
}
</style>
border-color css
<style>
span { border-color: #63720B; }
span { border-color: rgb(99,114,11); }
td.TdClassName
{
border-color: #63720B;
}
.TagClassName
{
border-color: #63720B;
}
</style>