Shades of Fiji Green #656C1C
Tints of Fiji Green #656C1C
RGB
CMYK
RGB Variations
Color information
#656C1C (or 0x656C1C) is known color: Fiji Green. HEX triplet: 65, 6C and 1C. RGB value is (101,108,28). Sum of RGB (Red+Green+Blue) = 101+108+28=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 108 - color contains mainly: green. Hex color #656C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656C1C is #9A93E3. Grayscale: #616161. Windows color (decimal): -10130404 or 1862757. OLE color: 1862757.
HSL color Cylindrical-coordinate representation of color #656C1C: hue angle of 65.25º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #656C1C is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 108 | 28 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.58 |
| HSL | 65.25º | 0.59% | 0.27% | - |
| HSV(B) | 65.25º | 0.74% | 0.42% | - |
| XYZ | 10.94 | 13.58 | 3.14 | - |
| YUV | 96.79 | 89.18 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 28 | 0.06 | 0 | 0.74 | 0.58 | 65.25 | 0.59 | 0.27 |
| Hex | 65 | 6C | 1C | 6 | 0 | 4A | 3A | 41 | 3B | 1B |
| Octal | 145 | 154 | 34 | 6 | 0 | 112 | 72 | 101 | 73 | 33 |
| Binary | 1100101 | 1101100 | 11100 | 110 | 0 | 1001010 | 111010 | 1000001 | 111011 | 11011 |
Color Harmonies of #656C1C
Complementary color
Monochromatic Colors of #656C1C
Black with #656C1C
Text Example
Text Example
White with #656C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656C1C; }
p { color: rgb(101,108,28); }
H1.HeaderClassName
{
color: #656C1C;
}
.AnyTagClassName
{
color: #656C1C;
}
</style>
background-color css
<style>
a { background-color: #656C1C; }
a { background-color: rgb(101,108,28); }
div.DivClassName
{
background-color: #656C1C;
}
.BgClassName
{
background-color: #656C1C;
}
</style>
border-color css
<style>
span { border-color: #656C1C; }
span { border-color: rgb(101,108,28); }
td.TdClassName
{
border-color: #656C1C;
}
.TagClassName
{
border-color: #656C1C;
}
</style>