Shades of Fiji Green #616D08
Tints of Fiji Green #616D08
RGB
CMYK
RGB Variations
Color information
#616D08 (or 0x616D08) is known color: Fiji Green. HEX triplet: 61, 6D and 08. RGB value is (97,109,8). Sum of RGB (Red+Green+Blue) = 97+109+8=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #616D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616D08 is #9E92F7. Grayscale: #5E5E5E. Windows color (decimal): -10392312 or 552289. OLE color: 552289.
HSL color Cylindrical-coordinate representation of color #616D08: hue angle of 67.13º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #616D08 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 8 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.57 |
| HSL | 67.13º | 0.86% | 0.23% | - |
| HSV(B) | 67.13º | 0.93% | 0.43% | - |
| XYZ | 10.44 | 13.5 | 2.28 | - |
| YUV | 93.9 | 79.52 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 8 | 0.11 | 0 | 0.93 | 0.57 | 67.13 | 0.86 | 0.23 |
| Hex | 61 | 6D | 8 | B | 0 | 5D | 39 | 43 | 56 | 17 |
| Octal | 141 | 155 | 10 | 13 | 0 | 135 | 71 | 103 | 126 | 27 |
| Binary | 1100001 | 1101101 | 1000 | 1011 | 0 | 1011101 | 111001 | 1000011 | 1010110 | 10111 |
Color Harmonies of #616D08
Complementary color
Monochromatic Colors of #616D08
Black with #616D08
Text Example
Text Example
White with #616D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D08; }
p { color: rgb(97,109,8); }
H1.HeaderClassName
{
color: #616D08;
}
.AnyTagClassName
{
color: #616D08;
}
</style>
background-color css
<style>
a { background-color: #616D08; }
a { background-color: rgb(97,109,8); }
div.DivClassName
{
background-color: #616D08;
}
.BgClassName
{
background-color: #616D08;
}
</style>
border-color css
<style>
span { border-color: #616D08; }
span { border-color: rgb(97,109,8); }
td.TdClassName
{
border-color: #616D08;
}
.TagClassName
{
border-color: #616D08;
}
</style>