Shades of Fiji Green #65651B
Tints of Fiji Green #65651B
RGB
CMYK
RGB Variations
Color information
#65651B (or 0x65651B) is known color: Fiji Green. HEX triplet: 65, 65 and 1B. RGB value is (101,101,27). Sum of RGB (Red+Green+Blue) = 101+101+27=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 101 - color contains mainly: red, green. Hex color #65651B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65651B is #9A9AE4. Grayscale: #5C5C5C. Windows color (decimal): -10132197 or 1795429. OLE color: 1795429.
HSL color Cylindrical-coordinate representation of color #65651B: hue angle of 60º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65651B is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 101 | 27 | - |
| CMYK | 0 | 0 | 0.73 | 0.60 |
| HSL | 60º | 0.58% | 0.25% | - |
| HSV(B) | 60º | 0.73% | 0.4% | - |
| XYZ | 10.22 | 12.15 | 2.84 | - |
| YUV | 92.56 | 91 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 101 | 27 | 0 | 0 | 0.73 | 0.60 | 60 | 0.58 | 0.25 |
| Hex | 65 | 65 | 1B | 0 | 0 | 49 | 3C | 3C | 3A | 19 |
| Octal | 145 | 145 | 33 | 0 | 0 | 111 | 74 | 74 | 72 | 31 |
| Binary | 1100101 | 1100101 | 11011 | 0 | 0 | 1001001 | 111100 | 111100 | 111010 | 11001 |
Color Harmonies of #65651B
Complementary color
Monochromatic Colors of #65651B
Black with #65651B
Text Example
Text Example
White with #65651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65651B; }
p { color: rgb(101,101,27); }
H1.HeaderClassName
{
color: #65651B;
}
.AnyTagClassName
{
color: #65651B;
}
</style>
background-color css
<style>
a { background-color: #65651B; }
a { background-color: rgb(101,101,27); }
div.DivClassName
{
background-color: #65651B;
}
.BgClassName
{
background-color: #65651B;
}
</style>
border-color css
<style>
span { border-color: #65651B; }
span { border-color: rgb(101,101,27); }
td.TdClassName
{
border-color: #65651B;
}
.TagClassName
{
border-color: #65651B;
}
</style>