Shades of Fiji Green #656202
Tints of Fiji Green #656202
RGB
CMYK
RGB Variations
Color information
#656202 (or 0x656202) is known color: Fiji Green. HEX triplet: 65, 62 and 02. RGB value is (101,98,2). Sum of RGB (Red+Green+Blue) = 101+98+2=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #656202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656202 is #9A9DFD. Grayscale: #585858. Windows color (decimal): -10132990 or 156261. OLE color: 156261.
HSL color Cylindrical-coordinate representation of color #656202: hue angle of 58.18º 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 #656202 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 98 | 2 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.60 |
| HSL | 58.18º | 0.96% | 0.2% | - |
| HSV(B) | 58.18º | 0.98% | 0.4% | - |
| XYZ | 9.75 | 11.51 | 1.76 | - |
| YUV | 87.95 | 79.49 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 2 | 0 | 0.03 | 0.98 | 0.60 | 58.18 | 0.96 | 0.2 |
| Hex | 65 | 62 | 2 | 0 | 3 | 62 | 3C | 3A | 60 | 14 |
| Octal | 145 | 142 | 2 | 0 | 3 | 142 | 74 | 72 | 140 | 24 |
| Binary | 1100101 | 1100010 | 10 | 0 | 11 | 1100010 | 111100 | 111010 | 1100000 | 10100 |
Color Harmonies of #656202
Complementary color
Monochromatic Colors of #656202
Black with #656202
Text Example
Text Example
White with #656202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656202; }
p { color: rgb(101,98,2); }
H1.HeaderClassName
{
color: #656202;
}
.AnyTagClassName
{
color: #656202;
}
</style>
background-color css
<style>
a { background-color: #656202; }
a { background-color: rgb(101,98,2); }
div.DivClassName
{
background-color: #656202;
}
.BgClassName
{
background-color: #656202;
}
</style>
border-color css
<style>
span { border-color: #656202; }
span { border-color: rgb(101,98,2); }
td.TdClassName
{
border-color: #656202;
}
.TagClassName
{
border-color: #656202;
}
</style>