Shades of Fiji Green #656C1B
Tints of Fiji Green #656C1B
RGB
CMYK
RGB Variations
Color information
#656C1B (or 0x656C1B) is known color: Fiji Green. HEX triplet: 65, 6C and 1B. RGB value is (101,108,27). Sum of RGB (Red+Green+Blue) = 101+108+27=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 108 - color contains mainly: green. Hex color #656C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656C1B is #9A93E4. Grayscale: #606060. Windows color (decimal): -10130405 or 1797221. OLE color: 1797221.
HSL color Cylindrical-coordinate representation of color #656C1B: hue angle of 65.19º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #656C1B is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 108 | 27 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.58 |
| HSL | 65.19º | 0.6% | 0.26% | - |
| HSV(B) | 65.19º | 0.75% | 0.42% | - |
| XYZ | 10.93 | 13.57 | 3.08 | - |
| YUV | 96.67 | 88.68 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 27 | 0.06 | 0 | 0.75 | 0.58 | 65.19 | 0.6 | 0.26 |
| Hex | 65 | 6C | 1B | 6 | 0 | 4B | 3A | 41 | 3C | 1A |
| Octal | 145 | 154 | 33 | 6 | 0 | 113 | 72 | 101 | 74 | 32 |
| Binary | 1100101 | 1101100 | 11011 | 110 | 0 | 1001011 | 111010 | 1000001 | 111100 | 11010 |
Color Harmonies of #656C1B
Complementary color
Monochromatic Colors of #656C1B
Black with #656C1B
Text Example
Text Example
White with #656C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656C1B; }
p { color: rgb(101,108,27); }
H1.HeaderClassName
{
color: #656C1B;
}
.AnyTagClassName
{
color: #656C1B;
}
</style>
background-color css
<style>
a { background-color: #656C1B; }
a { background-color: rgb(101,108,27); }
div.DivClassName
{
background-color: #656C1B;
}
.BgClassName
{
background-color: #656C1B;
}
</style>
border-color css
<style>
span { border-color: #656C1B; }
span { border-color: rgb(101,108,27); }
td.TdClassName
{
border-color: #656C1B;
}
.TagClassName
{
border-color: #656C1B;
}
</style>