Shades of Fiji Green #656302
Tints of Fiji Green #656302
RGB
CMYK
RGB Variations
Color information
#656302 (or 0x656302) is known color: Fiji Green. HEX triplet: 65, 63 and 02. RGB value is (101,99,2). Sum of RGB (Red+Green+Blue) = 101+99+2=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #656302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656302 is #9A9CFD. Grayscale: #585858. Windows color (decimal): -10132734 or 156517. OLE color: 156517.
HSL color Cylindrical-coordinate representation of color #656302: hue angle of 58.79º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #656302 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 99 | 2 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.60 |
| HSL | 58.79º | 0.96% | 0.2% | - |
| HSV(B) | 58.79º | 0.98% | 0.4% | - |
| XYZ | 9.84 | 11.69 | 1.8 | - |
| YUV | 88.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 2 | 0 | 0.02 | 0.98 | 0.60 | 58.79 | 0.96 | 0.2 |
| Hex | 65 | 63 | 2 | 0 | 2 | 62 | 3C | 3B | 60 | 14 |
| Octal | 145 | 143 | 2 | 0 | 2 | 142 | 74 | 73 | 140 | 24 |
| Binary | 1100101 | 1100011 | 10 | 0 | 10 | 1100010 | 111100 | 111011 | 1100000 | 10100 |
Color Harmonies of #656302
Complementary color
Monochromatic Colors of #656302
Black with #656302
Text Example
Text Example
White with #656302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656302; }
p { color: rgb(101,99,2); }
H1.HeaderClassName
{
color: #656302;
}
.AnyTagClassName
{
color: #656302;
}
</style>
background-color css
<style>
a { background-color: #656302; }
a { background-color: rgb(101,99,2); }
div.DivClassName
{
background-color: #656302;
}
.BgClassName
{
background-color: #656302;
}
</style>
border-color css
<style>
span { border-color: #656302; }
span { border-color: rgb(101,99,2); }
td.TdClassName
{
border-color: #656302;
}
.TagClassName
{
border-color: #656302;
}
</style>