Shades of Fiji Green #626626
Tints of Fiji Green #626626
RGB
CMYK
RGB Variations
Color information
#626626 (or 0x626626) is known color: Fiji Green. HEX triplet: 62, 66 and 26. RGB value is (98,102,38). Sum of RGB (Red+Green+Blue) = 98+102+38=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #626626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626626 is #9D99D9. Grayscale: #5D5D5D. Windows color (decimal): -10328538 or 2516578. OLE color: 2516578.
HSL color Cylindrical-coordinate representation of color #626626: hue angle of 63.75º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #626626 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 102 | 38 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.6 |
| HSL | 63.75º | 0.46% | 0.27% | - |
| HSV(B) | 63.75º | 0.63% | 0.4% | - |
| XYZ | 10.14 | 12.24 | 3.66 | - |
| YUV | 93.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 38 | 0.04 | 0 | 0.63 | 0.6 | 63.75 | 0.46 | 0.27 |
| Hex | 62 | 66 | 26 | 4 | 0 | 3F | 3C | 40 | 2E | 1B |
| Octal | 142 | 146 | 46 | 4 | 0 | 77 | 74 | 100 | 56 | 33 |
| Binary | 1100010 | 1100110 | 100110 | 100 | 0 | 111111 | 111100 | 1000000 | 101110 | 11011 |
Color Harmonies of #626626
Complementary color
Monochromatic Colors of #626626
Black with #626626
Text Example
Text Example
White with #626626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626626; }
p { color: rgb(98,102,38); }
H1.HeaderClassName
{
color: #626626;
}
.AnyTagClassName
{
color: #626626;
}
</style>
background-color css
<style>
a { background-color: #626626; }
a { background-color: rgb(98,102,38); }
div.DivClassName
{
background-color: #626626;
}
.BgClassName
{
background-color: #626626;
}
</style>
border-color css
<style>
span { border-color: #626626; }
span { border-color: rgb(98,102,38); }
td.TdClassName
{
border-color: #626626;
}
.TagClassName
{
border-color: #626626;
}
</style>