Shades of Fiji Green #626C03
Tints of Fiji Green #626C03
RGB
CMYK
RGB Variations
Color information
#626C03 (or 0x626C03) is known color: Fiji Green. HEX triplet: 62, 6C and 03. RGB value is (98,108,3). Sum of RGB (Red+Green+Blue) = 98+108+3=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 108 (42.58% from 255 or 51.67% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 108 - color contains mainly: green. Hex color #626C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626C03 is #9D93FC. Grayscale: #5D5D5D. Windows color (decimal): -10327037 or 224354. OLE color: 224354.
HSL color Cylindrical-coordinate representation of color #626C03: hue angle of 65.71º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #626C03 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 3 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.58 |
| HSL | 65.71º | 0.95% | 0.22% | - |
| HSV(B) | 65.71º | 0.97% | 0.42% | - |
| XYZ | 10.42 | 13.33 | 2.11 | - |
| YUV | 93.04 | 77.19 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 3 | 0.09 | 0 | 0.97 | 0.58 | 65.71 | 0.95 | 0.22 |
| Hex | 62 | 6C | 3 | 9 | 0 | 61 | 3A | 42 | 5F | 16 |
| Octal | 142 | 154 | 3 | 11 | 0 | 141 | 72 | 102 | 137 | 26 |
| Binary | 1100010 | 1101100 | 11 | 1001 | 0 | 1100001 | 111010 | 1000010 | 1011111 | 10110 |
Color Harmonies of #626C03
Complementary color
Monochromatic Colors of #626C03
Black with #626C03
Text Example
Text Example
White with #626C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C03; }
p { color: rgb(98,108,3); }
H1.HeaderClassName
{
color: #626C03;
}
.AnyTagClassName
{
color: #626C03;
}
</style>
background-color css
<style>
a { background-color: #626C03; }
a { background-color: rgb(98,108,3); }
div.DivClassName
{
background-color: #626C03;
}
.BgClassName
{
background-color: #626C03;
}
</style>
border-color css
<style>
span { border-color: #626C03; }
span { border-color: rgb(98,108,3); }
td.TdClassName
{
border-color: #626C03;
}
.TagClassName
{
border-color: #626C03;
}
</style>