Shades of Fiji Green #627B0B
Tints of Fiji Green #627B0B
RGB
CMYK
RGB Variations
Color information
#627B0B (or 0x627B0B) is known color: Fiji Green. HEX triplet: 62, 7B and 0B. RGB value is (98,123,11). Sum of RGB (Red+Green+Blue) = 98+123+11=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #627B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627B0B is #9D84F4. Grayscale: #676767. Windows color (decimal): -10323189 or 752482. OLE color: 752482.
HSL color Cylindrical-coordinate representation of color #627B0B: hue angle of 73.39º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #627B0B is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 123 | 11 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.52 |
| HSL | 73.39º | 0.84% | 0.26% | - |
| HSV(B) | 73.39º | 0.91% | 0.48% | - |
| XYZ | 12.18 | 16.79 | 2.91 | - |
| YUV | 102.76 | 76.22 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 11 | 0.20 | 0 | 0.91 | 0.52 | 73.39 | 0.84 | 0.26 |
| Hex | 62 | 7B | B | 14 | 0 | 5B | 34 | 49 | 54 | 1A |
| Octal | 142 | 173 | 13 | 24 | 0 | 133 | 64 | 111 | 124 | 32 |
| Binary | 1100010 | 1111011 | 1011 | 10100 | 0 | 1011011 | 110100 | 1001001 | 1010100 | 11010 |
Color Harmonies of #627B0B
Complementary color
Monochromatic Colors of #627B0B
Black with #627B0B
Text Example
Text Example
White with #627B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B0B; }
p { color: rgb(98,123,11); }
H1.HeaderClassName
{
color: #627B0B;
}
.AnyTagClassName
{
color: #627B0B;
}
</style>
background-color css
<style>
a { background-color: #627B0B; }
a { background-color: rgb(98,123,11); }
div.DivClassName
{
background-color: #627B0B;
}
.BgClassName
{
background-color: #627B0B;
}
</style>
border-color css
<style>
span { border-color: #627B0B; }
span { border-color: rgb(98,123,11); }
td.TdClassName
{
border-color: #627B0B;
}
.TagClassName
{
border-color: #627B0B;
}
</style>