Shades of Fiji Green #62690D
Tints of Fiji Green #62690D
RGB
CMYK
RGB Variations
Color information
#62690D (or 0x62690D) is known color: Fiji Green. HEX triplet: 62, 69 and 0D. RGB value is (98,105,13). Sum of RGB (Red+Green+Blue) = 98+105+13=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #62690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62690D is #9D96F2. Grayscale: #5C5C5C. Windows color (decimal): -10327795 or 878946. OLE color: 878946.
HSL color Cylindrical-coordinate representation of color #62690D: hue angle of 64.57º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62690D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 105 | 13 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.59 |
| HSL | 64.57º | 0.78% | 0.23% | - |
| HSV(B) | 64.57º | 0.88% | 0.41% | - |
| XYZ | 10.16 | 12.73 | 2.3 | - |
| YUV | 92.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 13 | 0.07 | 0 | 0.88 | 0.59 | 64.57 | 0.78 | 0.23 |
| Hex | 62 | 69 | D | 7 | 0 | 58 | 3B | 41 | 4E | 17 |
| Octal | 142 | 151 | 15 | 7 | 0 | 130 | 73 | 101 | 116 | 27 |
| Binary | 1100010 | 1101001 | 1101 | 111 | 0 | 1011000 | 111011 | 1000001 | 1001110 | 10111 |
Color Harmonies of #62690D
Complementary color
Monochromatic Colors of #62690D
Black with #62690D
Text Example
Text Example
White with #62690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62690D; }
p { color: rgb(98,105,13); }
H1.HeaderClassName
{
color: #62690D;
}
.AnyTagClassName
{
color: #62690D;
}
</style>
background-color css
<style>
a { background-color: #62690D; }
a { background-color: rgb(98,105,13); }
div.DivClassName
{
background-color: #62690D;
}
.BgClassName
{
background-color: #62690D;
}
</style>
border-color css
<style>
span { border-color: #62690D; }
span { border-color: rgb(98,105,13); }
td.TdClassName
{
border-color: #62690D;
}
.TagClassName
{
border-color: #62690D;
}
</style>