Shades of Fiji Green #65660A
Tints of Fiji Green #65660A
RGB
CMYK
RGB Variations
Color information
#65660A (or 0x65660A) is known color: Fiji Green. HEX triplet: 65, 66 and 0A. RGB value is (101,102,10). Sum of RGB (Red+Green+Blue) = 101+102+10=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #65660A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65660A is #9A99F5. Grayscale: #5B5B5B. Windows color (decimal): -10131958 or 681573. OLE color: 681573.
HSL color Cylindrical-coordinate representation of color #65660A: hue angle of 60.65º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65660A is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 102 | 10 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.6 |
| HSL | 60.65º | 0.82% | 0.22% | - |
| HSV(B) | 60.65º | 0.9% | 0.4% | - |
| XYZ | 10.17 | 12.29 | 2.12 | - |
| YUV | 91.21 | 82.17 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 10 | 0.01 | 0 | 0.90 | 0.6 | 60.65 | 0.82 | 0.22 |
| Hex | 65 | 66 | A | 1 | 0 | 5A | 3C | 3D | 52 | 16 |
| Octal | 145 | 146 | 12 | 1 | 0 | 132 | 74 | 75 | 122 | 26 |
| Binary | 1100101 | 1100110 | 1010 | 1 | 0 | 1011010 | 111100 | 111101 | 1010010 | 10110 |
Color Harmonies of #65660A
Complementary color
Monochromatic Colors of #65660A
Black with #65660A
Text Example
Text Example
White with #65660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65660A; }
p { color: rgb(101,102,10); }
H1.HeaderClassName
{
color: #65660A;
}
.AnyTagClassName
{
color: #65660A;
}
</style>
background-color css
<style>
a { background-color: #65660A; }
a { background-color: rgb(101,102,10); }
div.DivClassName
{
background-color: #65660A;
}
.BgClassName
{
background-color: #65660A;
}
</style>
border-color css
<style>
span { border-color: #65660A; }
span { border-color: rgb(101,102,10); }
td.TdClassName
{
border-color: #65660A;
}
.TagClassName
{
border-color: #65660A;
}
</style>