Shades of Fiji Green #656D03
Tints of Fiji Green #656D03
RGB
CMYK
RGB Variations
Color information
#656D03 (or 0x656D03) is known color: Fiji Green. HEX triplet: 65, 6D and 03. RGB value is (101,109,3). Sum of RGB (Red+Green+Blue) = 101+109+3=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #656D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656D03 is #9A92FC. Grayscale: #5E5E5E. Windows color (decimal): -10130173 or 224613. OLE color: 224613.
HSL color Cylindrical-coordinate representation of color #656D03: hue angle of 64.53º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #656D03 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 109 | 3 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.57 |
| HSL | 64.53º | 0.95% | 0.22% | - |
| HSV(B) | 64.53º | 0.97% | 0.43% | - |
| XYZ | 10.85 | 13.71 | 2.16 | - |
| YUV | 94.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 3 | 0.07 | 0 | 0.97 | 0.57 | 64.53 | 0.95 | 0.22 |
| Hex | 65 | 6D | 3 | 7 | 0 | 61 | 39 | 41 | 5F | 16 |
| Octal | 145 | 155 | 3 | 7 | 0 | 141 | 71 | 101 | 137 | 26 |
| Binary | 1100101 | 1101101 | 11 | 111 | 0 | 1100001 | 111001 | 1000001 | 1011111 | 10110 |
Color Harmonies of #656D03
Complementary color
Monochromatic Colors of #656D03
Black with #656D03
Text Example
Text Example
White with #656D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D03; }
p { color: rgb(101,109,3); }
H1.HeaderClassName
{
color: #656D03;
}
.AnyTagClassName
{
color: #656D03;
}
</style>
background-color css
<style>
a { background-color: #656D03; }
a { background-color: rgb(101,109,3); }
div.DivClassName
{
background-color: #656D03;
}
.BgClassName
{
background-color: #656D03;
}
</style>
border-color css
<style>
span { border-color: #656D03; }
span { border-color: rgb(101,109,3); }
td.TdClassName
{
border-color: #656D03;
}
.TagClassName
{
border-color: #656D03;
}
</style>