Shades of Fiji Green #626D26
Tints of Fiji Green #626D26
RGB
CMYK
RGB Variations
Color information
#626D26 (or 0x626D26) is known color: Fiji Green. HEX triplet: 62, 6D and 26. RGB value is (98,109,38). Sum of RGB (Red+Green+Blue) = 98+109+38=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 109 - color contains mainly: green. Hex color #626D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626D26 is #9D92D9. Grayscale: #616161. Windows color (decimal): -10326746 or 2518370. OLE color: 2518370.
HSL color Cylindrical-coordinate representation of color #626D26: hue angle of 69.3º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #626D26 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 109 | 38 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.57 |
| HSL | 69.3º | 0.48% | 0.29% | - |
| HSV(B) | 69.3º | 0.65% | 0.43% | - |
| XYZ | 10.86 | 13.67 | 3.9 | - |
| YUV | 97.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 38 | 0.10 | 0 | 0.65 | 0.57 | 69.3 | 0.48 | 0.29 |
| Hex | 62 | 6D | 26 | A | 0 | 41 | 39 | 45 | 30 | 1D |
| Octal | 142 | 155 | 46 | 12 | 0 | 101 | 71 | 105 | 60 | 35 |
| Binary | 1100010 | 1101101 | 100110 | 1010 | 0 | 1000001 | 111001 | 1000101 | 110000 | 11101 |
Color Harmonies of #626D26
Complementary color
Monochromatic Colors of #626D26
Black with #626D26
Text Example
Text Example
White with #626D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626D26; }
p { color: rgb(98,109,38); }
H1.HeaderClassName
{
color: #626D26;
}
.AnyTagClassName
{
color: #626D26;
}
</style>
background-color css
<style>
a { background-color: #626D26; }
a { background-color: rgb(98,109,38); }
div.DivClassName
{
background-color: #626D26;
}
.BgClassName
{
background-color: #626D26;
}
</style>
border-color css
<style>
span { border-color: #626D26; }
span { border-color: rgb(98,109,38); }
td.TdClassName
{
border-color: #626D26;
}
.TagClassName
{
border-color: #626D26;
}
</style>