Shades of Fiji Green #63620B
Tints of Fiji Green #63620B
RGB
CMYK
RGB Variations
Color information
#63620B (or 0x63620B) is known color: Fiji Green. HEX triplet: 63, 62 and 0B. RGB value is (99,98,11). Sum of RGB (Red+Green+Blue) = 99+98+11=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63620B is #9C9DF4. Grayscale: #585858. Windows color (decimal): -10264053 or 746083. OLE color: 746083.
HSL color Cylindrical-coordinate representation of color #63620B: hue angle of 59.32º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63620B is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 98 | 11 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.61 |
| HSL | 59.32º | 0.8% | 0.22% | - |
| HSV(B) | 59.32º | 0.89% | 0.39% | - |
| XYZ | 9.57 | 11.41 | 2.01 | - |
| YUV | 88.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 11 | 0 | 0.01 | 0.89 | 0.61 | 59.32 | 0.8 | 0.22 |
| Hex | 63 | 62 | B | 0 | 1 | 59 | 3D | 3B | 50 | 16 |
| Octal | 143 | 142 | 13 | 0 | 1 | 131 | 75 | 73 | 120 | 26 |
| Binary | 1100011 | 1100010 | 1011 | 0 | 1 | 1011001 | 111101 | 111011 | 1010000 | 10110 |
Color Harmonies of #63620B
Complementary color
Monochromatic Colors of #63620B
Black with #63620B
Text Example
Text Example
White with #63620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63620B; }
p { color: rgb(99,98,11); }
H1.HeaderClassName
{
color: #63620B;
}
.AnyTagClassName
{
color: #63620B;
}
</style>
background-color css
<style>
a { background-color: #63620B; }
a { background-color: rgb(99,98,11); }
div.DivClassName
{
background-color: #63620B;
}
.BgClassName
{
background-color: #63620B;
}
</style>
border-color css
<style>
span { border-color: #63620B; }
span { border-color: rgb(99,98,11); }
td.TdClassName
{
border-color: #63620B;
}
.TagClassName
{
border-color: #63620B;
}
</style>