Shades of Fiji Green #627C09
Tints of Fiji Green #627C09
RGB
CMYK
RGB Variations
Color information
#627C09 (or 0x627C09) is known color: Fiji Green. HEX triplet: 62, 7C and 09. RGB value is (98,124,9). Sum of RGB (Red+Green+Blue) = 98+124+9=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #627C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627C09 is #9D83F6. Grayscale: #676767. Windows color (decimal): -10322935 or 621666. OLE color: 621666.
HSL color Cylindrical-coordinate representation of color #627C09: hue angle of 73.57º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #627C09 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 124 | 9 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.51 |
| HSL | 73.57º | 0.86% | 0.26% | - |
| HSV(B) | 73.57º | 0.93% | 0.49% | - |
| XYZ | 12.29 | 17.03 | 2.9 | - |
| YUV | 103.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 9 | 0.21 | 0 | 0.93 | 0.51 | 73.57 | 0.86 | 0.26 |
| Hex | 62 | 7C | 9 | 15 | 0 | 5D | 33 | 4A | 56 | 1A |
| Octal | 142 | 174 | 11 | 25 | 0 | 135 | 63 | 112 | 126 | 32 |
| Binary | 1100010 | 1111100 | 1001 | 10101 | 0 | 1011101 | 110011 | 1001010 | 1010110 | 11010 |
Color Harmonies of #627C09
Complementary color
Monochromatic Colors of #627C09
Black with #627C09
Text Example
Text Example
White with #627C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C09; }
p { color: rgb(98,124,9); }
H1.HeaderClassName
{
color: #627C09;
}
.AnyTagClassName
{
color: #627C09;
}
</style>
background-color css
<style>
a { background-color: #627C09; }
a { background-color: rgb(98,124,9); }
div.DivClassName
{
background-color: #627C09;
}
.BgClassName
{
background-color: #627C09;
}
</style>
border-color css
<style>
span { border-color: #627C09; }
span { border-color: rgb(98,124,9); }
td.TdClassName
{
border-color: #627C09;
}
.TagClassName
{
border-color: #627C09;
}
</style>