Shades of Fiji Green #65780C
Tints of Fiji Green #65780C
RGB
CMYK
RGB Variations
Color information
#65780C (or 0x65780C) is known color: Fiji Green. HEX triplet: 65, 78 and 0C. RGB value is (101,120,12). Sum of RGB (Red+Green+Blue) = 101+120+12=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #65780C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65780C is #9A87F3. Grayscale: #666666. Windows color (decimal): -10127348 or 817253. OLE color: 817253.
HSL color Cylindrical-coordinate representation of color #65780C: hue angle of 70.56º 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 #65780C is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 120 | 12 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.53 |
| HSL | 70.56º | 0.82% | 0.26% | - |
| HSV(B) | 70.56º | 0.9% | 0.47% | - |
| XYZ | 12.15 | 16.23 | 2.84 | - |
| YUV | 102.01 | 77.21 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 12 | 0.16 | 0 | 0.90 | 0.53 | 70.56 | 0.82 | 0.26 |
| Hex | 65 | 78 | C | 10 | 0 | 5A | 35 | 47 | 52 | 1A |
| Octal | 145 | 170 | 14 | 20 | 0 | 132 | 65 | 107 | 122 | 32 |
| Binary | 1100101 | 1111000 | 1100 | 10000 | 0 | 1011010 | 110101 | 1000111 | 1010010 | 11010 |
Color Harmonies of #65780C
Complementary color
Monochromatic Colors of #65780C
Black with #65780C
Text Example
Text Example
White with #65780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65780C; }
p { color: rgb(101,120,12); }
H1.HeaderClassName
{
color: #65780C;
}
.AnyTagClassName
{
color: #65780C;
}
</style>
background-color css
<style>
a { background-color: #65780C; }
a { background-color: rgb(101,120,12); }
div.DivClassName
{
background-color: #65780C;
}
.BgClassName
{
background-color: #65780C;
}
</style>
border-color css
<style>
span { border-color: #65780C; }
span { border-color: rgb(101,120,12); }
td.TdClassName
{
border-color: #65780C;
}
.TagClassName
{
border-color: #65780C;
}
</style>