Shades of Fiji Green #656701
Tints of Fiji Green #656701
RGB
CMYK
RGB Variations
Color information
#656701 (or 0x656701) is known color: Fiji Green. HEX triplet: 65, 67 and 01. RGB value is (101,103,1). Sum of RGB (Red+Green+Blue) = 101+103+1=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #656701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656701 is #9A98FE. Grayscale: #5B5B5B. Windows color (decimal): -10131711 or 92005. OLE color: 92005.
HSL color Cylindrical-coordinate representation of color #656701: hue angle of 61.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #656701 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 103 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.60 |
| HSL | 61.18º | 0.98% | 0.2% | - |
| HSV(B) | 61.18º | 0.99% | 0.4% | - |
| XYZ | 10.22 | 12.47 | 1.9 | - |
| YUV | 90.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 1 | 0.02 | 0 | 0.99 | 0.60 | 61.18 | 0.98 | 0.2 |
| Hex | 65 | 67 | 1 | 2 | 0 | 63 | 3C | 3D | 62 | 14 |
| Octal | 145 | 147 | 1 | 2 | 0 | 143 | 74 | 75 | 142 | 24 |
| Binary | 1100101 | 1100111 | 1 | 10 | 0 | 1100011 | 111100 | 111101 | 1100010 | 10100 |
Color Harmonies of #656701
Complementary color
Monochromatic Colors of #656701
Black with #656701
Text Example
Text Example
White with #656701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656701; }
p { color: rgb(101,103,1); }
H1.HeaderClassName
{
color: #656701;
}
.AnyTagClassName
{
color: #656701;
}
</style>
background-color css
<style>
a { background-color: #656701; }
a { background-color: rgb(101,103,1); }
div.DivClassName
{
background-color: #656701;
}
.BgClassName
{
background-color: #656701;
}
</style>
border-color css
<style>
span { border-color: #656701; }
span { border-color: rgb(101,103,1); }
td.TdClassName
{
border-color: #656701;
}
.TagClassName
{
border-color: #656701;
}
</style>