Shades of Fiji Green #63730B
Tints of Fiji Green #63730B
RGB
CMYK
RGB Variations
Color information
#63730B (or 0x63730B) is known color: Fiji Green. HEX triplet: 63, 73 and 0B. RGB value is (99,115,11). Sum of RGB (Red+Green+Blue) = 99+115+11=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #63730B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63730B is #9C8CF4. Grayscale: #626262. Windows color (decimal): -10259701 or 750435. OLE color: 750435.
HSL color Cylindrical-coordinate representation of color #63730B: hue angle of 69.23º degrees, saturation: 0.83, 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 #63730B is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 115 | 11 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.55 |
| HSL | 69.23º | 0.83% | 0.25% | - |
| HSV(B) | 69.23º | 0.9% | 0.45% | - |
| XYZ | 11.34 | 14.94 | 2.6 | - |
| YUV | 98.36 | 78.7 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 11 | 0.14 | 0 | 0.90 | 0.55 | 69.23 | 0.83 | 0.25 |
| Hex | 63 | 73 | B | E | 0 | 5A | 37 | 45 | 53 | 19 |
| Octal | 143 | 163 | 13 | 16 | 0 | 132 | 67 | 105 | 123 | 31 |
| Binary | 1100011 | 1110011 | 1011 | 1110 | 0 | 1011010 | 110111 | 1000101 | 1010011 | 11001 |
Color Harmonies of #63730B
Complementary color
Monochromatic Colors of #63730B
Black with #63730B
Text Example
Text Example
White with #63730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63730B; }
p { color: rgb(99,115,11); }
H1.HeaderClassName
{
color: #63730B;
}
.AnyTagClassName
{
color: #63730B;
}
</style>
background-color css
<style>
a { background-color: #63730B; }
a { background-color: rgb(99,115,11); }
div.DivClassName
{
background-color: #63730B;
}
.BgClassName
{
background-color: #63730B;
}
</style>
border-color css
<style>
span { border-color: #63730B; }
span { border-color: rgb(99,115,11); }
td.TdClassName
{
border-color: #63730B;
}
.TagClassName
{
border-color: #63730B;
}
</style>