Shades of Fiji Green #63650C
Tints of Fiji Green #63650C
RGB
CMYK
RGB Variations
Color information
#63650C (or 0x63650C) is known color: Fiji Green. HEX triplet: 63, 65 and 0C. RGB value is (99,101,12). Sum of RGB (Red+Green+Blue) = 99+101+12=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #63650C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63650C is #9C9AF3. Grayscale: #5A5A5A. Windows color (decimal): -10263284 or 812387. OLE color: 812387.
HSL color Cylindrical-coordinate representation of color #63650C: hue angle of 61.35º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63650C is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 101 | 12 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.60 |
| HSL | 61.35º | 0.79% | 0.22% | - |
| HSV(B) | 61.35º | 0.88% | 0.4% | - |
| XYZ | 9.87 | 11.99 | 2.14 | - |
| YUV | 90.26 | 83.84 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 101 | 12 | 0.02 | 0 | 0.88 | 0.60 | 61.35 | 0.79 | 0.22 |
| Hex | 63 | 65 | C | 2 | 0 | 58 | 3C | 3D | 4F | 16 |
| Octal | 143 | 145 | 14 | 2 | 0 | 130 | 74 | 75 | 117 | 26 |
| Binary | 1100011 | 1100101 | 1100 | 10 | 0 | 1011000 | 111100 | 111101 | 1001111 | 10110 |
Color Harmonies of #63650C
Complementary color
Monochromatic Colors of #63650C
Black with #63650C
Text Example
Text Example
White with #63650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63650C; }
p { color: rgb(99,101,12); }
H1.HeaderClassName
{
color: #63650C;
}
.AnyTagClassName
{
color: #63650C;
}
</style>
background-color css
<style>
a { background-color: #63650C; }
a { background-color: rgb(99,101,12); }
div.DivClassName
{
background-color: #63650C;
}
.BgClassName
{
background-color: #63650C;
}
</style>
border-color css
<style>
span { border-color: #63650C; }
span { border-color: rgb(99,101,12); }
td.TdClassName
{
border-color: #63650C;
}
.TagClassName
{
border-color: #63650C;
}
</style>