Shades of Fiji Green #626000
Tints of Fiji Green #626000
RGB
CMYK
RGB Variations
Color information
#626000 (or 0x626000) is known color: Fiji Green. HEX triplet: 62, 60 and 00. RGB value is (98,96,0). Sum of RGB (Red+Green+Blue) = 98+96+0=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #626000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626000 is #9D9FFF. Grayscale: #565656. Windows color (decimal): -10330112 or 24674. OLE color: 24674.
HSL color Cylindrical-coordinate representation of color #626000: hue angle of 58.78º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #626000 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 96 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.62 |
| HSL | 58.78º | 1% | 0.19% | - |
| HSV(B) | 58.78º | 1% | 0.38% | - |
| XYZ | 9.22 | 10.96 | 1.63 | - |
| YUV | 85.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 0 | 0 | 0.02 | 1 | 0.62 | 58.78 | 1 | 0.19 |
| Hex | 62 | 60 | 0 | 0 | 2 | 64 | 3E | 3B | 64 | 13 |
| Octal | 142 | 140 | 0 | 0 | 2 | 144 | 76 | 73 | 144 | 23 |
| Binary | 1100010 | 1100000 | 0 | 0 | 10 | 1100100 | 111110 | 111011 | 1100100 | 10011 |
Color Harmonies of #626000
Complementary color
Monochromatic Colors of #626000
Black with #626000
Text Example
Text Example
White with #626000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626000; }
p { color: rgb(98,96,0); }
H1.HeaderClassName
{
color: #626000;
}
.AnyTagClassName
{
color: #626000;
}
</style>
background-color css
<style>
a { background-color: #626000; }
a { background-color: rgb(98,96,0); }
div.DivClassName
{
background-color: #626000;
}
.BgClassName
{
background-color: #626000;
}
</style>
border-color css
<style>
span { border-color: #626000; }
span { border-color: rgb(98,96,0); }
td.TdClassName
{
border-color: #626000;
}
.TagClassName
{
border-color: #626000;
}
</style>