Shades of Fiji Green #656E0F
Tints of Fiji Green #656E0F
RGB
CMYK
RGB Variations
Color information
#656E0F (or 0x656E0F) is known color: Fiji Green. HEX triplet: 65, 6E and 0F. RGB value is (101,110,15). Sum of RGB (Red+Green+Blue) = 101+110+15=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 110 - color contains mainly: green. Hex color #656E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656E0F is #9A91F0. Grayscale: #606060. Windows color (decimal): -10129905 or 1011301. OLE color: 1011301.
HSL color Cylindrical-coordinate representation of color #656E0F: hue angle of 65.68º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #656E0F is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 110 | 15 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.57 |
| HSL | 65.68º | 0.76% | 0.25% | - |
| HSV(B) | 65.68º | 0.86% | 0.43% | - |
| XYZ | 11.03 | 13.95 | 2.56 | - |
| YUV | 96.48 | 82.02 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 15 | 0.08 | 0 | 0.86 | 0.57 | 65.68 | 0.76 | 0.25 |
| Hex | 65 | 6E | F | 8 | 0 | 56 | 39 | 42 | 4C | 19 |
| Octal | 145 | 156 | 17 | 10 | 0 | 126 | 71 | 102 | 114 | 31 |
| Binary | 1100101 | 1101110 | 1111 | 1000 | 0 | 1010110 | 111001 | 1000010 | 1001100 | 11001 |
Color Harmonies of #656E0F
Complementary color
Monochromatic Colors of #656E0F
Black with #656E0F
Text Example
Text Example
White with #656E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E0F; }
p { color: rgb(101,110,15); }
H1.HeaderClassName
{
color: #656E0F;
}
.AnyTagClassName
{
color: #656E0F;
}
</style>
background-color css
<style>
a { background-color: #656E0F; }
a { background-color: rgb(101,110,15); }
div.DivClassName
{
background-color: #656E0F;
}
.BgClassName
{
background-color: #656E0F;
}
</style>
border-color css
<style>
span { border-color: #656E0F; }
span { border-color: rgb(101,110,15); }
td.TdClassName
{
border-color: #656E0F;
}
.TagClassName
{
border-color: #656E0F;
}
</style>