Shades of Fiji Green #626B1F
Tints of Fiji Green #626B1F
RGB
CMYK
RGB Variations
Color information
#626B1F (or 0x626B1F) is known color: Fiji Green. HEX triplet: 62, 6B and 1F. RGB value is (98,107,31). Sum of RGB (Red+Green+Blue) = 98+107+31=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 107 - color contains mainly: green. Hex color #626B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626B1F is #9D94E0. Grayscale: #5F5F5F. Windows color (decimal): -10327265 or 2059106. OLE color: 2059106.
HSL color Cylindrical-coordinate representation of color #626B1F: hue angle of 67.11º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #626B1F is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 107 | 31 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.58 |
| HSL | 67.11º | 0.55% | 0.27% | - |
| HSV(B) | 67.11º | 0.71% | 0.42% | - |
| XYZ | 10.54 | 13.21 | 3.29 | - |
| YUV | 95.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 31 | 0.08 | 0 | 0.71 | 0.58 | 67.11 | 0.55 | 0.27 |
| Hex | 62 | 6B | 1F | 8 | 0 | 47 | 3A | 43 | 37 | 1B |
| Octal | 142 | 153 | 37 | 10 | 0 | 107 | 72 | 103 | 67 | 33 |
| Binary | 1100010 | 1101011 | 11111 | 1000 | 0 | 1000111 | 111010 | 1000011 | 110111 | 11011 |
Color Harmonies of #626B1F
Complementary color
Monochromatic Colors of #626B1F
Black with #626B1F
Text Example
Text Example
White with #626B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626B1F; }
p { color: rgb(98,107,31); }
H1.HeaderClassName
{
color: #626B1F;
}
.AnyTagClassName
{
color: #626B1F;
}
</style>
background-color css
<style>
a { background-color: #626B1F; }
a { background-color: rgb(98,107,31); }
div.DivClassName
{
background-color: #626B1F;
}
.BgClassName
{
background-color: #626B1F;
}
</style>
border-color css
<style>
span { border-color: #626B1F; }
span { border-color: rgb(98,107,31); }
td.TdClassName
{
border-color: #626B1F;
}
.TagClassName
{
border-color: #626B1F;
}
</style>