Shades of Fiji Green #65781E
Tints of Fiji Green #65781E
RGB
CMYK
RGB Variations
Color information
#65781E (or 0x65781E) is known color: Fiji Green. HEX triplet: 65, 78 and 1E. RGB value is (101,120,30). Sum of RGB (Red+Green+Blue) = 101+120+30=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #65781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65781E is #9A87E1. Grayscale: #686868. Windows color (decimal): -10127330 or 1996901. OLE color: 1996901.
HSL color Cylindrical-coordinate representation of color #65781E: hue angle of 72.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65781E is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 120 | 30 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.53 |
| HSL | 72.67º | 0.6% | 0.29% | - |
| HSV(B) | 72.67º | 0.75% | 0.47% | - |
| XYZ | 12.32 | 16.29 | 3.72 | - |
| YUV | 104.06 | 86.21 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 30 | 0.16 | 0 | 0.75 | 0.53 | 72.67 | 0.6 | 0.29 |
| Hex | 65 | 78 | 1E | 10 | 0 | 4B | 35 | 49 | 3C | 1D |
| Octal | 145 | 170 | 36 | 20 | 0 | 113 | 65 | 111 | 74 | 35 |
| Binary | 1100101 | 1111000 | 11110 | 10000 | 0 | 1001011 | 110101 | 1001001 | 111100 | 11101 |
Color Harmonies of #65781E
Complementary color
Monochromatic Colors of #65781E
Black with #65781E
Text Example
Text Example
White with #65781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65781E; }
p { color: rgb(101,120,30); }
H1.HeaderClassName
{
color: #65781E;
}
.AnyTagClassName
{
color: #65781E;
}
</style>
background-color css
<style>
a { background-color: #65781E; }
a { background-color: rgb(101,120,30); }
div.DivClassName
{
background-color: #65781E;
}
.BgClassName
{
background-color: #65781E;
}
</style>
border-color css
<style>
span { border-color: #65781E; }
span { border-color: rgb(101,120,30); }
td.TdClassName
{
border-color: #65781E;
}
.TagClassName
{
border-color: #65781E;
}
</style>