Shades of Fiji Green #626B09
Tints of Fiji Green #626B09
RGB
CMYK
RGB Variations
Color information
#626B09 (or 0x626B09) is known color: Fiji Green. HEX triplet: 62, 6B and 09. RGB value is (98,107,9). Sum of RGB (Red+Green+Blue) = 98+107+9=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #626B09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626B09 is #9D94F6. Grayscale: #5D5D5D. Windows color (decimal): -10327287 or 617314. OLE color: 617314.
HSL color Cylindrical-coordinate representation of color #626B09: hue angle of 65.51º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #626B09 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 107 | 9 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.58 |
| HSL | 65.51º | 0.84% | 0.23% | - |
| HSV(B) | 65.51º | 0.92% | 0.42% | - |
| XYZ | 10.34 | 13.13 | 2.25 | - |
| YUV | 93.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 9 | 0.08 | 0 | 0.92 | 0.58 | 65.51 | 0.84 | 0.23 |
| Hex | 62 | 6B | 9 | 8 | 0 | 5C | 3A | 42 | 54 | 17 |
| Octal | 142 | 153 | 11 | 10 | 0 | 134 | 72 | 102 | 124 | 27 |
| Binary | 1100010 | 1101011 | 1001 | 1000 | 0 | 1011100 | 111010 | 1000010 | 1010100 | 10111 |
Color Harmonies of #626B09
Complementary color
Monochromatic Colors of #626B09
Black with #626B09
Text Example
Text Example
White with #626B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626B09; }
p { color: rgb(98,107,9); }
H1.HeaderClassName
{
color: #626B09;
}
.AnyTagClassName
{
color: #626B09;
}
</style>
background-color css
<style>
a { background-color: #626B09; }
a { background-color: rgb(98,107,9); }
div.DivClassName
{
background-color: #626B09;
}
.BgClassName
{
background-color: #626B09;
}
</style>
border-color css
<style>
span { border-color: #626B09; }
span { border-color: rgb(98,107,9); }
td.TdClassName
{
border-color: #626B09;
}
.TagClassName
{
border-color: #626B09;
}
</style>