Shades of Fiji Green #65760D
Tints of Fiji Green #65760D
RGB
CMYK
RGB Variations
Color information
#65760D (or 0x65760D) is known color: Fiji Green. HEX triplet: 65, 76 and 0D. RGB value is (101,118,13). Sum of RGB (Red+Green+Blue) = 101+118+13=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #65760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65760D is #9A89F2. Grayscale: #656565. Windows color (decimal): -10127859 or 882277. OLE color: 882277.
HSL color Cylindrical-coordinate representation of color #65760D: hue angle of 69.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65760D is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 118 | 13 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.54 |
| HSL | 69.71º | 0.8% | 0.26% | - |
| HSV(B) | 69.71º | 0.89% | 0.46% | - |
| XYZ | 11.92 | 15.75 | 2.79 | - |
| YUV | 100.95 | 78.37 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 13 | 0.14 | 0 | 0.89 | 0.54 | 69.71 | 0.8 | 0.26 |
| Hex | 65 | 76 | D | E | 0 | 59 | 36 | 46 | 50 | 1A |
| Octal | 145 | 166 | 15 | 16 | 0 | 131 | 66 | 106 | 120 | 32 |
| Binary | 1100101 | 1110110 | 1101 | 1110 | 0 | 1011001 | 110110 | 1000110 | 1010000 | 11010 |
Color Harmonies of #65760D
Complementary color
Monochromatic Colors of #65760D
Black with #65760D
Text Example
Text Example
White with #65760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65760D; }
p { color: rgb(101,118,13); }
H1.HeaderClassName
{
color: #65760D;
}
.AnyTagClassName
{
color: #65760D;
}
</style>
background-color css
<style>
a { background-color: #65760D; }
a { background-color: rgb(101,118,13); }
div.DivClassName
{
background-color: #65760D;
}
.BgClassName
{
background-color: #65760D;
}
</style>
border-color css
<style>
span { border-color: #65760D; }
span { border-color: rgb(101,118,13); }
td.TdClassName
{
border-color: #65760D;
}
.TagClassName
{
border-color: #65760D;
}
</style>