Shades of Fiji Green #627A12
Tints of Fiji Green #627A12
RGB
CMYK
RGB Variations
Color information
#627A12 (or 0x627A12) is known color: Fiji Green. HEX triplet: 62, 7A and 12. RGB value is (98,122,18). Sum of RGB (Red+Green+Blue) = 98+122+18=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #627A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627A12 is #9D85ED. Grayscale: #676767. Windows color (decimal): -10323438 or 1210978. OLE color: 1210978.
HSL color Cylindrical-coordinate representation of color #627A12: hue angle of 73.85º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #627A12 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 122 | 18 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.52 |
| HSL | 73.85º | 0.74% | 0.27% | - |
| HSV(B) | 73.85º | 0.85% | 0.48% | - |
| XYZ | 12.11 | 16.56 | 3.13 | - |
| YUV | 102.97 | 80.05 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 18 | 0.20 | 0 | 0.85 | 0.52 | 73.85 | 0.74 | 0.27 |
| Hex | 62 | 7A | 12 | 14 | 0 | 55 | 34 | 4A | 4A | 1B |
| Octal | 142 | 172 | 22 | 24 | 0 | 125 | 64 | 112 | 112 | 33 |
| Binary | 1100010 | 1111010 | 10010 | 10100 | 0 | 1010101 | 110100 | 1001010 | 1001010 | 11011 |
Color Harmonies of #627A12
Complementary color
Monochromatic Colors of #627A12
Black with #627A12
Text Example
Text Example
White with #627A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627A12; }
p { color: rgb(98,122,18); }
H1.HeaderClassName
{
color: #627A12;
}
.AnyTagClassName
{
color: #627A12;
}
</style>
background-color css
<style>
a { background-color: #627A12; }
a { background-color: rgb(98,122,18); }
div.DivClassName
{
background-color: #627A12;
}
.BgClassName
{
background-color: #627A12;
}
</style>
border-color css
<style>
span { border-color: #627A12; }
span { border-color: rgb(98,122,18); }
td.TdClassName
{
border-color: #627A12;
}
.TagClassName
{
border-color: #627A12;
}
</style>