Shades of Fiji Green #627A09
Tints of Fiji Green #627A09
RGB
CMYK
RGB Variations
Color information
#627A09 (or 0x627A09) is known color: Fiji Green. HEX triplet: 62, 7A and 09. RGB value is (98,122,9). Sum of RGB (Red+Green+Blue) = 98+122+9=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 122 (48.05% from 255 or 53.28% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 122 - color contains mainly: green. Hex color #627A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627A09 is #9D85F6. Grayscale: #666666. Windows color (decimal): -10323447 or 621154. OLE color: 621154.
HSL color Cylindrical-coordinate representation of color #627A09: hue angle of 72.74º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #627A09 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 122 | 9 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.52 |
| HSL | 72.74º | 0.86% | 0.26% | - |
| HSV(B) | 72.74º | 0.93% | 0.48% | - |
| XYZ | 12.05 | 16.54 | 2.82 | - |
| YUV | 101.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 9 | 0.20 | 0 | 0.93 | 0.52 | 72.74 | 0.86 | 0.26 |
| Hex | 62 | 7A | 9 | 14 | 0 | 5D | 34 | 49 | 56 | 1A |
| Octal | 142 | 172 | 11 | 24 | 0 | 135 | 64 | 111 | 126 | 32 |
| Binary | 1100010 | 1111010 | 1001 | 10100 | 0 | 1011101 | 110100 | 1001001 | 1010110 | 11010 |
Color Harmonies of #627A09
Complementary color
Monochromatic Colors of #627A09
Black with #627A09
Text Example
Text Example
White with #627A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627A09; }
p { color: rgb(98,122,9); }
H1.HeaderClassName
{
color: #627A09;
}
.AnyTagClassName
{
color: #627A09;
}
</style>
background-color css
<style>
a { background-color: #627A09; }
a { background-color: rgb(98,122,9); }
div.DivClassName
{
background-color: #627A09;
}
.BgClassName
{
background-color: #627A09;
}
</style>
border-color css
<style>
span { border-color: #627A09; }
span { border-color: rgb(98,122,9); }
td.TdClassName
{
border-color: #627A09;
}
.TagClassName
{
border-color: #627A09;
}
</style>