Shades of Fiji Green #626707
Tints of Fiji Green #626707
RGB
CMYK
RGB Variations
Color information
#626707 (or 0x626707) is known color: Fiji Green. HEX triplet: 62, 67 and 07. RGB value is (98,103,7). Sum of RGB (Red+Green+Blue) = 98+103+7=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #626707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626707 is #9D98F8. Grayscale: #5A5A5A. Windows color (decimal): -10328313 or 485218. OLE color: 485218.
HSL color Cylindrical-coordinate representation of color #626707: hue angle of 63.12º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #626707 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 103 | 7 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.60 |
| HSL | 63.13º | 0.87% | 0.22% | - |
| HSV(B) | 63.13º | 0.93% | 0.4% | - |
| XYZ | 9.93 | 12.31 | 2.05 | - |
| YUV | 90.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 7 | 0.05 | 0 | 0.93 | 0.60 | 63.13 | 0.87 | 0.22 |
| Hex | 62 | 67 | 7 | 5 | 0 | 5D | 3C | 3F | 57 | 16 |
| Octal | 142 | 147 | 7 | 5 | 0 | 135 | 74 | 77 | 127 | 26 |
| Binary | 1100010 | 1100111 | 111 | 101 | 0 | 1011101 | 111100 | 111111 | 1010111 | 10110 |
Color Harmonies of #626707
Complementary color
Monochromatic Colors of #626707
Black with #626707
Text Example
Text Example
White with #626707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626707; }
p { color: rgb(98,103,7); }
H1.HeaderClassName
{
color: #626707;
}
.AnyTagClassName
{
color: #626707;
}
</style>
background-color css
<style>
a { background-color: #626707; }
a { background-color: rgb(98,103,7); }
div.DivClassName
{
background-color: #626707;
}
.BgClassName
{
background-color: #626707;
}
</style>
border-color css
<style>
span { border-color: #626707; }
span { border-color: rgb(98,103,7); }
td.TdClassName
{
border-color: #626707;
}
.TagClassName
{
border-color: #626707;
}
</style>