Shades of Fiji Green #626726
Tints of Fiji Green #626726
RGB
CMYK
RGB Variations
Color information
#626726 (or 0x626726) is known color: Fiji Green. HEX triplet: 62, 67 and 26. RGB value is (98,103,38). Sum of RGB (Red+Green+Blue) = 98+103+38=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #626726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626726 is #9D98D9. Grayscale: #5E5E5E. Windows color (decimal): -10328282 or 2516834. OLE color: 2516834.
HSL color Cylindrical-coordinate representation of color #626726: hue angle of 64.62º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #626726 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 103 | 38 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.60 |
| HSL | 64.62º | 0.46% | 0.28% | - |
| HSV(B) | 64.62º | 0.63% | 0.4% | - |
| XYZ | 10.24 | 12.44 | 3.69 | - |
| YUV | 94.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 38 | 0.05 | 0 | 0.63 | 0.60 | 64.62 | 0.46 | 0.28 |
| Hex | 62 | 67 | 26 | 5 | 0 | 3F | 3C | 41 | 2E | 1C |
| Octal | 142 | 147 | 46 | 5 | 0 | 77 | 74 | 101 | 56 | 34 |
| Binary | 1100010 | 1100111 | 100110 | 101 | 0 | 111111 | 111100 | 1000001 | 101110 | 11100 |
Color Harmonies of #626726
Complementary color
Monochromatic Colors of #626726
Black with #626726
Text Example
Text Example
White with #626726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626726; }
p { color: rgb(98,103,38); }
H1.HeaderClassName
{
color: #626726;
}
.AnyTagClassName
{
color: #626726;
}
</style>
background-color css
<style>
a { background-color: #626726; }
a { background-color: rgb(98,103,38); }
div.DivClassName
{
background-color: #626726;
}
.BgClassName
{
background-color: #626726;
}
</style>
border-color css
<style>
span { border-color: #626726; }
span { border-color: rgb(98,103,38); }
td.TdClassName
{
border-color: #626726;
}
.TagClassName
{
border-color: #626726;
}
</style>