Shades of Fiji Green #65710C
Tints of Fiji Green #65710C
RGB
CMYK
RGB Variations
Color information
#65710C (or 0x65710C) is known color: Fiji Green. HEX triplet: 65, 71 and 0C. RGB value is (101,113,12). Sum of RGB (Red+Green+Blue) = 101+113+12=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #65710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65710C is #9A8EF3. Grayscale: #626262. Windows color (decimal): -10129140 or 815461. OLE color: 815461.
HSL color Cylindrical-coordinate representation of color #65710C: hue angle of 67.13º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65710C is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 113 | 12 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.56 |
| HSL | 67.13º | 0.81% | 0.25% | - |
| HSV(B) | 67.13º | 0.89% | 0.44% | - |
| XYZ | 11.34 | 14.6 | 2.57 | - |
| YUV | 97.9 | 79.52 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 12 | 0.11 | 0 | 0.89 | 0.56 | 67.13 | 0.81 | 0.25 |
| Hex | 65 | 71 | C | B | 0 | 59 | 38 | 43 | 51 | 19 |
| Octal | 145 | 161 | 14 | 13 | 0 | 131 | 70 | 103 | 121 | 31 |
| Binary | 1100101 | 1110001 | 1100 | 1011 | 0 | 1011001 | 111000 | 1000011 | 1010001 | 11001 |
Color Harmonies of #65710C
Complementary color
Monochromatic Colors of #65710C
Black with #65710C
Text Example
Text Example
White with #65710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65710C; }
p { color: rgb(101,113,12); }
H1.HeaderClassName
{
color: #65710C;
}
.AnyTagClassName
{
color: #65710C;
}
</style>
background-color css
<style>
a { background-color: #65710C; }
a { background-color: rgb(101,113,12); }
div.DivClassName
{
background-color: #65710C;
}
.BgClassName
{
background-color: #65710C;
}
</style>
border-color css
<style>
span { border-color: #65710C; }
span { border-color: rgb(101,113,12); }
td.TdClassName
{
border-color: #65710C;
}
.TagClassName
{
border-color: #65710C;
}
</style>