Shades of Fiji Green #626A25
Tints of Fiji Green #626A25
RGB
CMYK
RGB Variations
Color information
#626A25 (or 0x626A25) is known color: Fiji Green. HEX triplet: 62, 6A and 25. RGB value is (98,106,37). Sum of RGB (Red+Green+Blue) = 98+106+37=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #626A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626A25 is #9D95DA. Grayscale: #606060. Windows color (decimal): -10327515 or 2452066. OLE color: 2452066.
HSL color Cylindrical-coordinate representation of color #626A25: hue angle of 66.96º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #626A25 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 106 | 37 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.58 |
| HSL | 66.96º | 0.48% | 0.28% | - |
| HSV(B) | 66.96º | 0.65% | 0.42% | - |
| XYZ | 10.52 | 13.04 | 3.71 | - |
| YUV | 95.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 37 | 0.08 | 0 | 0.65 | 0.58 | 66.96 | 0.48 | 0.28 |
| Hex | 62 | 6A | 25 | 8 | 0 | 41 | 3A | 43 | 30 | 1C |
| Octal | 142 | 152 | 45 | 10 | 0 | 101 | 72 | 103 | 60 | 34 |
| Binary | 1100010 | 1101010 | 100101 | 1000 | 0 | 1000001 | 111010 | 1000011 | 110000 | 11100 |
Color Harmonies of #626A25
Complementary color
Monochromatic Colors of #626A25
Black with #626A25
Text Example
Text Example
White with #626A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A25; }
p { color: rgb(98,106,37); }
H1.HeaderClassName
{
color: #626A25;
}
.AnyTagClassName
{
color: #626A25;
}
</style>
background-color css
<style>
a { background-color: #626A25; }
a { background-color: rgb(98,106,37); }
div.DivClassName
{
background-color: #626A25;
}
.BgClassName
{
background-color: #626A25;
}
</style>
border-color css
<style>
span { border-color: #626A25; }
span { border-color: rgb(98,106,37); }
td.TdClassName
{
border-color: #626A25;
}
.TagClassName
{
border-color: #626A25;
}
</style>