Shades of Fiji Green #62691A
Tints of Fiji Green #62691A
RGB
CMYK
RGB Variations
Color information
#62691A (or 0x62691A) is known color: Fiji Green. HEX triplet: 62, 69 and 1A. RGB value is (98,105,26). Sum of RGB (Red+Green+Blue) = 98+105+26=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #62691A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62691A is #9D96E5. Grayscale: #5E5E5E. Windows color (decimal): -10327782 or 1730914. OLE color: 1730914.
HSL color Cylindrical-coordinate representation of color #62691A: hue angle of 65.32º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62691A is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 105 | 26 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.59 |
| HSL | 65.32º | 0.6% | 0.26% | - |
| HSV(B) | 65.32º | 0.75% | 0.41% | - |
| XYZ | 10.28 | 12.77 | 2.9 | - |
| YUV | 93.9 | 89.68 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 26 | 0.07 | 0 | 0.75 | 0.59 | 65.32 | 0.6 | 0.26 |
| Hex | 62 | 69 | 1A | 7 | 0 | 4B | 3B | 41 | 3C | 1A |
| Octal | 142 | 151 | 32 | 7 | 0 | 113 | 73 | 101 | 74 | 32 |
| Binary | 1100010 | 1101001 | 11010 | 111 | 0 | 1001011 | 111011 | 1000001 | 111100 | 11010 |
Color Harmonies of #62691A
Complementary color
Monochromatic Colors of #62691A
Black with #62691A
Text Example
Text Example
White with #62691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62691A; }
p { color: rgb(98,105,26); }
H1.HeaderClassName
{
color: #62691A;
}
.AnyTagClassName
{
color: #62691A;
}
</style>
background-color css
<style>
a { background-color: #62691A; }
a { background-color: rgb(98,105,26); }
div.DivClassName
{
background-color: #62691A;
}
.BgClassName
{
background-color: #62691A;
}
</style>
border-color css
<style>
span { border-color: #62691A; }
span { border-color: rgb(98,105,26); }
td.TdClassName
{
border-color: #62691A;
}
.TagClassName
{
border-color: #62691A;
}
</style>