Shades of Fiji Green #65640C
Tints of Fiji Green #65640C
RGB
CMYK
RGB Variations
Color information
#65640C (or 0x65640C) is known color: Fiji Green. HEX triplet: 65, 64 and 0C. RGB value is (101,100,12). Sum of RGB (Red+Green+Blue) = 101+100+12=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65640C is #9A9BF3. Grayscale: #5A5A5A. Windows color (decimal): -10132468 or 812133. OLE color: 812133.
HSL color Cylindrical-coordinate representation of color #65640C: hue angle of 59.33º 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 #65640C is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 100 | 12 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.60 |
| HSL | 59.33º | 0.79% | 0.22% | - |
| HSV(B) | 59.33º | 0.88% | 0.4% | - |
| XYZ | 9.99 | 11.91 | 2.12 | - |
| YUV | 90.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 12 | 0 | 0.01 | 0.88 | 0.60 | 59.33 | 0.79 | 0.22 |
| Hex | 65 | 64 | C | 0 | 1 | 58 | 3C | 3B | 4F | 16 |
| Octal | 145 | 144 | 14 | 0 | 1 | 130 | 74 | 73 | 117 | 26 |
| Binary | 1100101 | 1100100 | 1100 | 0 | 1 | 1011000 | 111100 | 111011 | 1001111 | 10110 |
Color Harmonies of #65640C
Complementary color
Monochromatic Colors of #65640C
Black with #65640C
Text Example
Text Example
White with #65640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65640C; }
p { color: rgb(101,100,12); }
H1.HeaderClassName
{
color: #65640C;
}
.AnyTagClassName
{
color: #65640C;
}
</style>
background-color css
<style>
a { background-color: #65640C; }
a { background-color: rgb(101,100,12); }
div.DivClassName
{
background-color: #65640C;
}
.BgClassName
{
background-color: #65640C;
}
</style>
border-color css
<style>
span { border-color: #65640C; }
span { border-color: rgb(101,100,12); }
td.TdClassName
{
border-color: #65640C;
}
.TagClassName
{
border-color: #65640C;
}
</style>