Shades of Fiji Green #63640D
Tints of Fiji Green #63640D
RGB
CMYK
RGB Variations
Color information
#63640D (or 0x63640D) is known color: Fiji Green. HEX triplet: 63, 64 and 0D. RGB value is (99,100,13). Sum of RGB (Red+Green+Blue) = 99+100+13=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 100 - color contains mainly: green. Hex color #63640D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63640D is #9C9BF2. Grayscale: #5A5A5A. Windows color (decimal): -10263539 or 877667. OLE color: 877667.
HSL color Cylindrical-coordinate representation of color #63640D: hue angle of 60.69º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63640D is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 100 | 13 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.61 |
| HSL | 60.69º | 0.77% | 0.22% | - |
| HSV(B) | 60.69º | 0.87% | 0.39% | - |
| XYZ | 9.78 | 11.8 | 2.14 | - |
| YUV | 89.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 13 | 0.01 | 0 | 0.87 | 0.61 | 60.69 | 0.77 | 0.22 |
| Hex | 63 | 64 | D | 1 | 0 | 57 | 3D | 3D | 4D | 16 |
| Octal | 143 | 144 | 15 | 1 | 0 | 127 | 75 | 75 | 115 | 26 |
| Binary | 1100011 | 1100100 | 1101 | 1 | 0 | 1010111 | 111101 | 111101 | 1001101 | 10110 |
Color Harmonies of #63640D
Complementary color
Monochromatic Colors of #63640D
Black with #63640D
Text Example
Text Example
White with #63640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63640D; }
p { color: rgb(99,100,13); }
H1.HeaderClassName
{
color: #63640D;
}
.AnyTagClassName
{
color: #63640D;
}
</style>
background-color css
<style>
a { background-color: #63640D; }
a { background-color: rgb(99,100,13); }
div.DivClassName
{
background-color: #63640D;
}
.BgClassName
{
background-color: #63640D;
}
</style>
border-color css
<style>
span { border-color: #63640D; }
span { border-color: rgb(99,100,13); }
td.TdClassName
{
border-color: #63640D;
}
.TagClassName
{
border-color: #63640D;
}
</style>