Shades of Fiji Green #65781B
Tints of Fiji Green #65781B
RGB
CMYK
RGB Variations
Color information
#65781B (or 0x65781B) is known color: Fiji Green. HEX triplet: 65, 78 and 1B. RGB value is (101,120,27). Sum of RGB (Red+Green+Blue) = 101+120+27=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #65781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65781B is #9A87E4. Grayscale: #686868. Windows color (decimal): -10127333 or 1800293. OLE color: 1800293.
HSL color Cylindrical-coordinate representation of color #65781B: hue angle of 72.26º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65781B is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 120 | 27 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.53 |
| HSL | 72.26º | 0.63% | 0.29% | - |
| HSV(B) | 72.26º | 0.78% | 0.47% | - |
| XYZ | 12.28 | 16.28 | 3.53 | - |
| YUV | 103.72 | 84.71 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 27 | 0.16 | 0 | 0.78 | 0.53 | 72.26 | 0.63 | 0.29 |
| Hex | 65 | 78 | 1B | 10 | 0 | 4E | 35 | 48 | 3F | 1D |
| Octal | 145 | 170 | 33 | 20 | 0 | 116 | 65 | 110 | 77 | 35 |
| Binary | 1100101 | 1111000 | 11011 | 10000 | 0 | 1001110 | 110101 | 1001000 | 111111 | 11101 |
Color Harmonies of #65781B
Complementary color
Monochromatic Colors of #65781B
Black with #65781B
Text Example
Text Example
White with #65781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65781B; }
p { color: rgb(101,120,27); }
H1.HeaderClassName
{
color: #65781B;
}
.AnyTagClassName
{
color: #65781B;
}
</style>
background-color css
<style>
a { background-color: #65781B; }
a { background-color: rgb(101,120,27); }
div.DivClassName
{
background-color: #65781B;
}
.BgClassName
{
background-color: #65781B;
}
</style>
border-color css
<style>
span { border-color: #65781B; }
span { border-color: rgb(101,120,27); }
td.TdClassName
{
border-color: #65781B;
}
.TagClassName
{
border-color: #65781B;
}
</style>