Shades of Fiji Green #656A0D
Tints of Fiji Green #656A0D
RGB
CMYK
RGB Variations
Color information
#656A0D (or 0x656A0D) is known color: Fiji Green. HEX triplet: 65, 6A and 0D. RGB value is (101,106,13). Sum of RGB (Red+Green+Blue) = 101+106+13=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #656A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656A0D is #9A95F2. Grayscale: #5E5E5E. Windows color (decimal): -10130931 or 879205. OLE color: 879205.
HSL color Cylindrical-coordinate representation of color #656A0D: hue angle of 63.23º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #656A0D is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 106 | 13 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.58 |
| HSL | 63.23º | 0.78% | 0.23% | - |
| HSV(B) | 63.23º | 0.88% | 0.42% | - |
| XYZ | 10.59 | 13.1 | 2.35 | - |
| YUV | 93.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 13 | 0.05 | 0 | 0.88 | 0.58 | 63.23 | 0.78 | 0.23 |
| Hex | 65 | 6A | D | 5 | 0 | 58 | 3A | 3F | 4E | 17 |
| Octal | 145 | 152 | 15 | 5 | 0 | 130 | 72 | 77 | 116 | 27 |
| Binary | 1100101 | 1101010 | 1101 | 101 | 0 | 1011000 | 111010 | 111111 | 1001110 | 10111 |
Color Harmonies of #656A0D
Complementary color
Monochromatic Colors of #656A0D
Black with #656A0D
Text Example
Text Example
White with #656A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A0D; }
p { color: rgb(101,106,13); }
H1.HeaderClassName
{
color: #656A0D;
}
.AnyTagClassName
{
color: #656A0D;
}
</style>
background-color css
<style>
a { background-color: #656A0D; }
a { background-color: rgb(101,106,13); }
div.DivClassName
{
background-color: #656A0D;
}
.BgClassName
{
background-color: #656A0D;
}
</style>
border-color css
<style>
span { border-color: #656A0D; }
span { border-color: rgb(101,106,13); }
td.TdClassName
{
border-color: #656A0D;
}
.TagClassName
{
border-color: #656A0D;
}
</style>