Shades of Fiji Green #65691A
Tints of Fiji Green #65691A
RGB
CMYK
RGB Variations
Color information
#65691A (or 0x65691A) is known color: Fiji Green. HEX triplet: 65, 69 and 1A. RGB value is (101,105,26). Sum of RGB (Red+Green+Blue) = 101+105+26=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #65691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65691A is #9A96E5. Grayscale: #5F5F5F. Windows color (decimal): -10131174 or 1730917. OLE color: 1730917.
HSL color Cylindrical-coordinate representation of color #65691A: hue angle of 63.04º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #65691A is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 105 | 26 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.59 |
| HSL | 63.04º | 0.6% | 0.26% | - |
| HSV(B) | 63.04º | 0.75% | 0.41% | - |
| XYZ | 10.6 | 12.94 | 2.92 | - |
| YUV | 94.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 26 | 0.04 | 0 | 0.75 | 0.59 | 63.04 | 0.6 | 0.26 |
| Hex | 65 | 69 | 1A | 4 | 0 | 4B | 3B | 3F | 3C | 1A |
| Octal | 145 | 151 | 32 | 4 | 0 | 113 | 73 | 77 | 74 | 32 |
| Binary | 1100101 | 1101001 | 11010 | 100 | 0 | 1001011 | 111011 | 111111 | 111100 | 11010 |
Color Harmonies of #65691A
Complementary color
Monochromatic Colors of #65691A
Black with #65691A
Text Example
Text Example
White with #65691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65691A; }
p { color: rgb(101,105,26); }
H1.HeaderClassName
{
color: #65691A;
}
.AnyTagClassName
{
color: #65691A;
}
</style>
background-color css
<style>
a { background-color: #65691A; }
a { background-color: rgb(101,105,26); }
div.DivClassName
{
background-color: #65691A;
}
.BgClassName
{
background-color: #65691A;
}
</style>
border-color css
<style>
span { border-color: #65691A; }
span { border-color: rgb(101,105,26); }
td.TdClassName
{
border-color: #65691A;
}
.TagClassName
{
border-color: #65691A;
}
</style>