Shades of Fiji Green #627A18
Tints of Fiji Green #627A18
RGB
CMYK
RGB Variations
Color information
#627A18 (or 0x627A18) is known color: Fiji Green. HEX triplet: 62, 7A and 18. RGB value is (98,122,24). Sum of RGB (Red+Green+Blue) = 98+122+24=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #627A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627A18 is #9D85E7. Grayscale: #686868. Windows color (decimal): -10323432 or 1604194. OLE color: 1604194.
HSL color Cylindrical-coordinate representation of color #627A18: hue angle of 74.69º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #627A18 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 122 | 24 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.52 |
| HSL | 74.69º | 0.67% | 0.29% | - |
| HSV(B) | 74.69º | 0.8% | 0.48% | - |
| XYZ | 12.16 | 16.58 | 3.42 | - |
| YUV | 103.65 | 83.05 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 24 | 0.20 | 0 | 0.80 | 0.52 | 74.69 | 0.67 | 0.29 |
| Hex | 62 | 7A | 18 | 14 | 0 | 50 | 34 | 4B | 43 | 1D |
| Octal | 142 | 172 | 30 | 24 | 0 | 120 | 64 | 113 | 103 | 35 |
| Binary | 1100010 | 1111010 | 11000 | 10100 | 0 | 1010000 | 110100 | 1001011 | 1000011 | 11101 |
Color Harmonies of #627A18
Complementary color
Monochromatic Colors of #627A18
Black with #627A18
Text Example
Text Example
White with #627A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627A18; }
p { color: rgb(98,122,24); }
H1.HeaderClassName
{
color: #627A18;
}
.AnyTagClassName
{
color: #627A18;
}
</style>
background-color css
<style>
a { background-color: #627A18; }
a { background-color: rgb(98,122,24); }
div.DivClassName
{
background-color: #627A18;
}
.BgClassName
{
background-color: #627A18;
}
</style>
border-color css
<style>
span { border-color: #627A18; }
span { border-color: rgb(98,122,24); }
td.TdClassName
{
border-color: #627A18;
}
.TagClassName
{
border-color: #627A18;
}
</style>