Shades of Fiji Green #626A1A
Tints of Fiji Green #626A1A
RGB
CMYK
RGB Variations
Color information
#626A1A (or 0x626A1A) is known color: Fiji Green. HEX triplet: 62, 6A and 1A. RGB value is (98,106,26). Sum of RGB (Red+Green+Blue) = 98+106+26=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 106 - color contains mainly: green. Hex color #626A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626A1A is #9D95E5. Grayscale: #5E5E5E. Windows color (decimal): -10327526 or 1731170. OLE color: 1731170.
HSL color Cylindrical-coordinate representation of color #626A1A: hue angle of 66º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #626A1A is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 106 | 26 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.58 |
| HSL | 66º | 0.61% | 0.26% | - |
| HSV(B) | 66º | 0.75% | 0.42% | - |
| XYZ | 10.38 | 12.98 | 2.94 | - |
| YUV | 94.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 26 | 0.08 | 0 | 0.75 | 0.58 | 66 | 0.61 | 0.26 |
| Hex | 62 | 6A | 1A | 8 | 0 | 4B | 3A | 42 | 3D | 1A |
| Octal | 142 | 152 | 32 | 10 | 0 | 113 | 72 | 102 | 75 | 32 |
| Binary | 1100010 | 1101010 | 11010 | 1000 | 0 | 1001011 | 111010 | 1000010 | 111101 | 11010 |
Color Harmonies of #626A1A
Complementary color
Monochromatic Colors of #626A1A
Black with #626A1A
Text Example
Text Example
White with #626A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A1A; }
p { color: rgb(98,106,26); }
H1.HeaderClassName
{
color: #626A1A;
}
.AnyTagClassName
{
color: #626A1A;
}
</style>
background-color css
<style>
a { background-color: #626A1A; }
a { background-color: rgb(98,106,26); }
div.DivClassName
{
background-color: #626A1A;
}
.BgClassName
{
background-color: #626A1A;
}
</style>
border-color css
<style>
span { border-color: #626A1A; }
span { border-color: rgb(98,106,26); }
td.TdClassName
{
border-color: #626A1A;
}
.TagClassName
{
border-color: #626A1A;
}
</style>