Shades of Fiji Green #627F0B
Tints of Fiji Green #627F0B
RGB
CMYK
RGB Variations
Color information
#627F0B (or 0x627F0B) is known color: Fiji Green. HEX triplet: 62, 7F and 0B. RGB value is (98,127,11). Sum of RGB (Red+Green+Blue) = 98+127+11=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #627F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627F0B is #9D80F4. Grayscale: #696969. Windows color (decimal): -10322165 or 753506. OLE color: 753506.
HSL color Cylindrical-coordinate representation of color #627F0B: hue angle of 75º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #627F0B is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 127 | 11 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.50 |
| HSL | 75º | 0.84% | 0.27% | - |
| HSV(B) | 75º | 0.91% | 0.5% | - |
| XYZ | 12.69 | 17.8 | 3.08 | - |
| YUV | 105.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 11 | 0.23 | 0 | 0.91 | 0.50 | 75 | 0.84 | 0.27 |
| Hex | 62 | 7F | B | 17 | 0 | 5B | 32 | 4B | 54 | 1B |
| Octal | 142 | 177 | 13 | 27 | 0 | 133 | 62 | 113 | 124 | 33 |
| Binary | 1100010 | 1111111 | 1011 | 10111 | 0 | 1011011 | 110010 | 1001011 | 1010100 | 11011 |
Color Harmonies of #627F0B
Complementary color
Monochromatic Colors of #627F0B
Black with #627F0B
Text Example
Text Example
White with #627F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627F0B; }
p { color: rgb(98,127,11); }
H1.HeaderClassName
{
color: #627F0B;
}
.AnyTagClassName
{
color: #627F0B;
}
</style>
background-color css
<style>
a { background-color: #627F0B; }
a { background-color: rgb(98,127,11); }
div.DivClassName
{
background-color: #627F0B;
}
.BgClassName
{
background-color: #627F0B;
}
</style>
border-color css
<style>
span { border-color: #627F0B; }
span { border-color: rgb(98,127,11); }
td.TdClassName
{
border-color: #627F0B;
}
.TagClassName
{
border-color: #627F0B;
}
</style>