Shades of Fiji Green #627A08
Tints of Fiji Green #627A08
RGB
CMYK
RGB Variations
Color information
#627A08 (or 0x627A08) is known color: Fiji Green. HEX triplet: 62, 7A and 08. RGB value is (98,122,8). Sum of RGB (Red+Green+Blue) = 98+122+8=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 122 (48.05% from 255 or 53.51% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 122 - color contains mainly: green. Hex color #627A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627A08 is #9D85F7. Grayscale: #666666. Windows color (decimal): -10323448 or 555618. OLE color: 555618.
HSL color Cylindrical-coordinate representation of color #627A08: hue angle of 72.63º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #627A08 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 122 | 8 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.52 |
| HSL | 72.63º | 0.88% | 0.25% | - |
| HSV(B) | 72.63º | 0.93% | 0.48% | - |
| XYZ | 12.04 | 16.53 | 2.79 | - |
| YUV | 101.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 8 | 0.20 | 0 | 0.93 | 0.52 | 72.63 | 0.88 | 0.25 |
| Hex | 62 | 7A | 8 | 14 | 0 | 5D | 34 | 49 | 58 | 19 |
| Octal | 142 | 172 | 10 | 24 | 0 | 135 | 64 | 111 | 130 | 31 |
| Binary | 1100010 | 1111010 | 1000 | 10100 | 0 | 1011101 | 110100 | 1001001 | 1011000 | 11001 |
Color Harmonies of #627A08
Complementary color
Monochromatic Colors of #627A08
Black with #627A08
Text Example
Text Example
White with #627A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627A08; }
p { color: rgb(98,122,8); }
H1.HeaderClassName
{
color: #627A08;
}
.AnyTagClassName
{
color: #627A08;
}
</style>
background-color css
<style>
a { background-color: #627A08; }
a { background-color: rgb(98,122,8); }
div.DivClassName
{
background-color: #627A08;
}
.BgClassName
{
background-color: #627A08;
}
</style>
border-color css
<style>
span { border-color: #627A08; }
span { border-color: rgb(98,122,8); }
td.TdClassName
{
border-color: #627A08;
}
.TagClassName
{
border-color: #627A08;
}
</style>