Shades of Fiji Green #626002
Tints of Fiji Green #626002
RGB
CMYK
RGB Variations
Color information
#626002 (or 0x626002) is known color: Fiji Green. HEX triplet: 62, 60 and 02. RGB value is (98,96,2). Sum of RGB (Red+Green+Blue) = 98+96+2=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #626002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626002 is #9D9FFD. Grayscale: #565656. Windows color (decimal): -10330110 or 155746. OLE color: 155746.
HSL color Cylindrical-coordinate representation of color #626002: hue angle of 58.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #626002 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 96 | 2 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.62 |
| HSL | 58.75º | 0.96% | 0.2% | - |
| HSV(B) | 58.75º | 0.98% | 0.38% | - |
| XYZ | 9.23 | 10.97 | 1.69 | - |
| YUV | 85.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 2 | 0 | 0.02 | 0.98 | 0.62 | 58.75 | 0.96 | 0.2 |
| Hex | 62 | 60 | 2 | 0 | 2 | 62 | 3E | 3B | 60 | 14 |
| Octal | 142 | 140 | 2 | 0 | 2 | 142 | 76 | 73 | 140 | 24 |
| Binary | 1100010 | 1100000 | 10 | 0 | 10 | 1100010 | 111110 | 111011 | 1100000 | 10100 |
Color Harmonies of #626002
Complementary color
Monochromatic Colors of #626002
Black with #626002
Text Example
Text Example
White with #626002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626002; }
p { color: rgb(98,96,2); }
H1.HeaderClassName
{
color: #626002;
}
.AnyTagClassName
{
color: #626002;
}
</style>
background-color css
<style>
a { background-color: #626002; }
a { background-color: rgb(98,96,2); }
div.DivClassName
{
background-color: #626002;
}
.BgClassName
{
background-color: #626002;
}
</style>
border-color css
<style>
span { border-color: #626002; }
span { border-color: rgb(98,96,2); }
td.TdClassName
{
border-color: #626002;
}
.TagClassName
{
border-color: #626002;
}
</style>