Shades of Fiji Green #626C1C
Tints of Fiji Green #626C1C
RGB
CMYK
RGB Variations
Color information
#626C1C (or 0x626C1C) is known color: Fiji Green. HEX triplet: 62, 6C and 1C. RGB value is (98,108,28). Sum of RGB (Red+Green+Blue) = 98+108+28=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #626C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626C1C is #9D93E3. Grayscale: #606060. Windows color (decimal): -10327012 or 1862754. OLE color: 1862754.
HSL color Cylindrical-coordinate representation of color #626C1C: hue angle of 67.5º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #626C1C is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 28 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.58 |
| HSL | 67.5º | 0.59% | 0.27% | - |
| HSV(B) | 67.5º | 0.74% | 0.42% | - |
| XYZ | 10.61 | 13.41 | 3.13 | - |
| YUV | 95.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 28 | 0.09 | 0 | 0.74 | 0.58 | 67.5 | 0.59 | 0.27 |
| Hex | 62 | 6C | 1C | 9 | 0 | 4A | 3A | 44 | 3B | 1B |
| Octal | 142 | 154 | 34 | 11 | 0 | 112 | 72 | 104 | 73 | 33 |
| Binary | 1100010 | 1101100 | 11100 | 1001 | 0 | 1001010 | 111010 | 1000100 | 111011 | 11011 |
Color Harmonies of #626C1C
Complementary color
Monochromatic Colors of #626C1C
Black with #626C1C
Text Example
Text Example
White with #626C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C1C; }
p { color: rgb(98,108,28); }
H1.HeaderClassName
{
color: #626C1C;
}
.AnyTagClassName
{
color: #626C1C;
}
</style>
background-color css
<style>
a { background-color: #626C1C; }
a { background-color: rgb(98,108,28); }
div.DivClassName
{
background-color: #626C1C;
}
.BgClassName
{
background-color: #626C1C;
}
</style>
border-color css
<style>
span { border-color: #626C1C; }
span { border-color: rgb(98,108,28); }
td.TdClassName
{
border-color: #626C1C;
}
.TagClassName
{
border-color: #626C1C;
}
</style>