Shades of Fiji Green #65660B
Tints of Fiji Green #65660B
RGB
CMYK
RGB Variations
Color information
#65660B (or 0x65660B) is known color: Fiji Green. HEX triplet: 65, 66 and 0B. RGB value is (101,102,11). Sum of RGB (Red+Green+Blue) = 101+102+11=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #65660B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65660B is #9A99F4. Grayscale: #5B5B5B. Windows color (decimal): -10131957 or 747109. OLE color: 747109.
HSL color Cylindrical-coordinate representation of color #65660B: hue angle of 60.66º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65660B is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 102 | 11 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.6 |
| HSL | 60.66º | 0.81% | 0.22% | - |
| HSV(B) | 60.66º | 0.89% | 0.4% | - |
| XYZ | 10.18 | 12.29 | 2.15 | - |
| YUV | 91.33 | 82.67 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 11 | 0.01 | 0 | 0.89 | 0.6 | 60.66 | 0.81 | 0.22 |
| Hex | 65 | 66 | B | 1 | 0 | 59 | 3C | 3D | 51 | 16 |
| Octal | 145 | 146 | 13 | 1 | 0 | 131 | 74 | 75 | 121 | 26 |
| Binary | 1100101 | 1100110 | 1011 | 1 | 0 | 1011001 | 111100 | 111101 | 1010001 | 10110 |
Color Harmonies of #65660B
Complementary color
Monochromatic Colors of #65660B
Black with #65660B
Text Example
Text Example
White with #65660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65660B; }
p { color: rgb(101,102,11); }
H1.HeaderClassName
{
color: #65660B;
}
.AnyTagClassName
{
color: #65660B;
}
</style>
background-color css
<style>
a { background-color: #65660B; }
a { background-color: rgb(101,102,11); }
div.DivClassName
{
background-color: #65660B;
}
.BgClassName
{
background-color: #65660B;
}
</style>
border-color css
<style>
span { border-color: #65660B; }
span { border-color: rgb(101,102,11); }
td.TdClassName
{
border-color: #65660B;
}
.TagClassName
{
border-color: #65660B;
}
</style>