Shades of Fiji Green #627B08
Tints of Fiji Green #627B08
RGB
CMYK
RGB Variations
Color information
#627B08 (or 0x627B08) is known color: Fiji Green. HEX triplet: 62, 7B and 08. RGB value is (98,123,8). Sum of RGB (Red+Green+Blue) = 98+123+8=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #627B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627B08 is #9D84F7. Grayscale: #666666. Windows color (decimal): -10323192 or 555874. OLE color: 555874.
HSL color Cylindrical-coordinate representation of color #627B08: hue angle of 73.04º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #627B08 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 123 | 8 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.52 |
| HSL | 73.04º | 0.88% | 0.26% | - |
| HSV(B) | 73.04º | 0.93% | 0.48% | - |
| XYZ | 12.16 | 16.78 | 2.83 | - |
| YUV | 102.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 8 | 0.20 | 0 | 0.93 | 0.52 | 73.04 | 0.88 | 0.26 |
| Hex | 62 | 7B | 8 | 14 | 0 | 5D | 34 | 49 | 58 | 1A |
| Octal | 142 | 173 | 10 | 24 | 0 | 135 | 64 | 111 | 130 | 32 |
| Binary | 1100010 | 1111011 | 1000 | 10100 | 0 | 1011101 | 110100 | 1001001 | 1011000 | 11010 |
Color Harmonies of #627B08
Complementary color
Monochromatic Colors of #627B08
Black with #627B08
Text Example
Text Example
White with #627B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B08; }
p { color: rgb(98,123,8); }
H1.HeaderClassName
{
color: #627B08;
}
.AnyTagClassName
{
color: #627B08;
}
</style>
background-color css
<style>
a { background-color: #627B08; }
a { background-color: rgb(98,123,8); }
div.DivClassName
{
background-color: #627B08;
}
.BgClassName
{
background-color: #627B08;
}
</style>
border-color css
<style>
span { border-color: #627B08; }
span { border-color: rgb(98,123,8); }
td.TdClassName
{
border-color: #627B08;
}
.TagClassName
{
border-color: #627B08;
}
</style>