Shades of Fiji Green #65770C
Tints of Fiji Green #65770C
RGB
CMYK
RGB Variations
Color information
#65770C (or 0x65770C) is known color: Fiji Green. HEX triplet: 65, 77 and 0C. RGB value is (101,119,12). Sum of RGB (Red+Green+Blue) = 101+119+12=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #65770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65770C is #9A88F3. Grayscale: #656565. Windows color (decimal): -10127604 or 816997. OLE color: 816997.
HSL color Cylindrical-coordinate representation of color #65770C: hue angle of 70.09º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65770C is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 119 | 12 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.53 |
| HSL | 70.09º | 0.82% | 0.26% | - |
| HSV(B) | 70.09º | 0.9% | 0.47% | - |
| XYZ | 12.03 | 15.99 | 2.8 | - |
| YUV | 101.42 | 77.54 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 12 | 0.15 | 0 | 0.90 | 0.53 | 70.09 | 0.82 | 0.26 |
| Hex | 65 | 77 | C | F | 0 | 5A | 35 | 46 | 52 | 1A |
| Octal | 145 | 167 | 14 | 17 | 0 | 132 | 65 | 106 | 122 | 32 |
| Binary | 1100101 | 1110111 | 1100 | 1111 | 0 | 1011010 | 110101 | 1000110 | 1010010 | 11010 |
Color Harmonies of #65770C
Complementary color
Monochromatic Colors of #65770C
Black with #65770C
Text Example
Text Example
White with #65770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65770C; }
p { color: rgb(101,119,12); }
H1.HeaderClassName
{
color: #65770C;
}
.AnyTagClassName
{
color: #65770C;
}
</style>
background-color css
<style>
a { background-color: #65770C; }
a { background-color: rgb(101,119,12); }
div.DivClassName
{
background-color: #65770C;
}
.BgClassName
{
background-color: #65770C;
}
</style>
border-color css
<style>
span { border-color: #65770C; }
span { border-color: rgb(101,119,12); }
td.TdClassName
{
border-color: #65770C;
}
.TagClassName
{
border-color: #65770C;
}
</style>