Shades of Fiji Green #656D12
Tints of Fiji Green #656D12
RGB
CMYK
RGB Variations
Color information
#656D12 (or 0x656D12) is known color: Fiji Green. HEX triplet: 65, 6D and 12. RGB value is (101,109,18). Sum of RGB (Red+Green+Blue) = 101+109+18=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 109 (42.97% from 255 or 47.81% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 109 - color contains mainly: green. Hex color #656D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656D12 is #9A92ED. Grayscale: #606060. Windows color (decimal): -10130158 or 1207653. OLE color: 1207653.
HSL color Cylindrical-coordinate representation of color #656D12: hue angle of 65.27º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #656D12 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 109 | 18 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.57 |
| HSL | 65.27º | 0.72% | 0.25% | - |
| HSV(B) | 65.27º | 0.83% | 0.43% | - |
| XYZ | 10.94 | 13.75 | 2.65 | - |
| YUV | 96.23 | 83.85 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 18 | 0.07 | 0 | 0.83 | 0.57 | 65.27 | 0.72 | 0.25 |
| Hex | 65 | 6D | 12 | 7 | 0 | 53 | 39 | 41 | 48 | 19 |
| Octal | 145 | 155 | 22 | 7 | 0 | 123 | 71 | 101 | 110 | 31 |
| Binary | 1100101 | 1101101 | 10010 | 111 | 0 | 1010011 | 111001 | 1000001 | 1001000 | 11001 |
Color Harmonies of #656D12
Complementary color
Monochromatic Colors of #656D12
Black with #656D12
Text Example
Text Example
White with #656D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D12; }
p { color: rgb(101,109,18); }
H1.HeaderClassName
{
color: #656D12;
}
.AnyTagClassName
{
color: #656D12;
}
</style>
background-color css
<style>
a { background-color: #656D12; }
a { background-color: rgb(101,109,18); }
div.DivClassName
{
background-color: #656D12;
}
.BgClassName
{
background-color: #656D12;
}
</style>
border-color css
<style>
span { border-color: #656D12; }
span { border-color: rgb(101,109,18); }
td.TdClassName
{
border-color: #656D12;
}
.TagClassName
{
border-color: #656D12;
}
</style>