Shades of Fiji Green #63620F
Tints of Fiji Green #63620F
RGB
CMYK
RGB Variations
Color information
#63620F (or 0x63620F) is known color: Fiji Green. HEX triplet: 63, 62 and 0F. RGB value is (99,98,15). Sum of RGB (Red+Green+Blue) = 99+98+15=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63620F is #9C9DF0. Grayscale: #595959. Windows color (decimal): -10264049 or 1008227. OLE color: 1008227.
HSL color Cylindrical-coordinate representation of color #63620F: hue angle of 59.29º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63620F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 98 | 15 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.61 |
| HSL | 59.29º | 0.74% | 0.22% | - |
| HSV(B) | 59.29º | 0.85% | 0.39% | - |
| XYZ | 9.6 | 11.42 | 2.15 | - |
| YUV | 88.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 15 | 0 | 0.01 | 0.85 | 0.61 | 59.29 | 0.74 | 0.22 |
| Hex | 63 | 62 | F | 0 | 1 | 55 | 3D | 3B | 4A | 16 |
| Octal | 143 | 142 | 17 | 0 | 1 | 125 | 75 | 73 | 112 | 26 |
| Binary | 1100011 | 1100010 | 1111 | 0 | 1 | 1010101 | 111101 | 111011 | 1001010 | 10110 |
Color Harmonies of #63620F
Complementary color
Monochromatic Colors of #63620F
Black with #63620F
Text Example
Text Example
White with #63620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63620F; }
p { color: rgb(99,98,15); }
H1.HeaderClassName
{
color: #63620F;
}
.AnyTagClassName
{
color: #63620F;
}
</style>
background-color css
<style>
a { background-color: #63620F; }
a { background-color: rgb(99,98,15); }
div.DivClassName
{
background-color: #63620F;
}
.BgClassName
{
background-color: #63620F;
}
</style>
border-color css
<style>
span { border-color: #63620F; }
span { border-color: rgb(99,98,15); }
td.TdClassName
{
border-color: #63620F;
}
.TagClassName
{
border-color: #63620F;
}
</style>