Shades of Fiji Green #616102
Tints of Fiji Green #616102
RGB
CMYK
RGB Variations
Color information
#616102 (or 0x616102) is known color: Fiji Green. HEX triplet: 61, 61 and 02. RGB value is (97,97,2). Sum of RGB (Red+Green+Blue) = 97+97+2=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616102 is #9E9EFD. Grayscale: #565656. Windows color (decimal): -10395390 or 156001. OLE color: 156001.
HSL color Cylindrical-coordinate representation of color #616102: hue angle of 60º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #616102 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 97 | 2 | - |
| CMYK | 0 | 0 | 0.98 | 0.62 |
| HSL | 60º | 0.96% | 0.19% | - |
| HSV(B) | 60º | 0.98% | 0.38% | - |
| XYZ | 9.22 | 11.1 | 1.71 | - |
| YUV | 86.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 97 | 2 | 0 | 0 | 0.98 | 0.62 | 60 | 0.96 | 0.19 |
| Hex | 61 | 61 | 2 | 0 | 0 | 62 | 3E | 3C | 60 | 13 |
| Octal | 141 | 141 | 2 | 0 | 0 | 142 | 76 | 74 | 140 | 23 |
| Binary | 1100001 | 1100001 | 10 | 0 | 0 | 1100010 | 111110 | 111100 | 1100000 | 10011 |
Color Harmonies of #616102
Complementary color
Monochromatic Colors of #616102
Black with #616102
Text Example
Text Example
White with #616102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616102; }
p { color: rgb(97,97,2); }
H1.HeaderClassName
{
color: #616102;
}
.AnyTagClassName
{
color: #616102;
}
</style>
background-color css
<style>
a { background-color: #616102; }
a { background-color: rgb(97,97,2); }
div.DivClassName
{
background-color: #616102;
}
.BgClassName
{
background-color: #616102;
}
</style>
border-color css
<style>
span { border-color: #616102; }
span { border-color: rgb(97,97,2); }
td.TdClassName
{
border-color: #616102;
}
.TagClassName
{
border-color: #616102;
}
</style>