Shades of Fiji Green #65681A
Tints of Fiji Green #65681A
RGB
CMYK
RGB Variations
Color information
#65681A (or 0x65681A) is known color: Fiji Green. HEX triplet: 65, 68 and 1A. RGB value is (101,104,26). Sum of RGB (Red+Green+Blue) = 101+104+26=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #65681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65681A is #9A97E5. Grayscale: #5E5E5E. Windows color (decimal): -10131430 or 1730661. OLE color: 1730661.
HSL color Cylindrical-coordinate representation of color #65681A: hue angle of 62.31º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65681A is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 26 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.59 |
| HSL | 62.31º | 0.6% | 0.25% | - |
| HSV(B) | 62.31º | 0.75% | 0.41% | - |
| XYZ | 10.5 | 12.74 | 2.88 | - |
| YUV | 94.21 | 89.51 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 26 | 0.03 | 0 | 0.75 | 0.59 | 62.31 | 0.6 | 0.25 |
| Hex | 65 | 68 | 1A | 3 | 0 | 4B | 3B | 3E | 3C | 19 |
| Octal | 145 | 150 | 32 | 3 | 0 | 113 | 73 | 76 | 74 | 31 |
| Binary | 1100101 | 1101000 | 11010 | 11 | 0 | 1001011 | 111011 | 111110 | 111100 | 11001 |
Color Harmonies of #65681A
Complementary color
Monochromatic Colors of #65681A
Black with #65681A
Text Example
Text Example
White with #65681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65681A; }
p { color: rgb(101,104,26); }
H1.HeaderClassName
{
color: #65681A;
}
.AnyTagClassName
{
color: #65681A;
}
</style>
background-color css
<style>
a { background-color: #65681A; }
a { background-color: rgb(101,104,26); }
div.DivClassName
{
background-color: #65681A;
}
.BgClassName
{
background-color: #65681A;
}
</style>
border-color css
<style>
span { border-color: #65681A; }
span { border-color: rgb(101,104,26); }
td.TdClassName
{
border-color: #65681A;
}
.TagClassName
{
border-color: #65681A;
}
</style>