Shades of Fiji Green #506B12
Tints of Fiji Green #506B12
RGB
CMYK
RGB Variations
Color information
#506B12 (or 0x506B12) is known color: Fiji Green. HEX triplet: 50, 6B and 12. RGB value is (80,107,18). Sum of RGB (Red+Green+Blue) = 80+107+18=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #506B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506B12 is #AF94ED. Grayscale: #595959. Windows color (decimal): -11506926 or 1207120. OLE color: 1207120.
HSL color Cylindrical-coordinate representation of color #506B12: hue angle of 78.2º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #506B12 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 107 | 18 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.58 |
| HSL | 78.2º | 0.71% | 0.25% | - |
| HSV(B) | 78.2º | 0.83% | 0.42% | - |
| XYZ | 8.68 | 12.26 | 2.48 | - |
| YUV | 88.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 18 | 0.25 | 0 | 0.83 | 0.58 | 78.2 | 0.71 | 0.25 |
| Hex | 50 | 6B | 12 | 19 | 0 | 53 | 3A | 4E | 47 | 19 |
| Octal | 120 | 153 | 22 | 31 | 0 | 123 | 72 | 116 | 107 | 31 |
| Binary | 1010000 | 1101011 | 10010 | 11001 | 0 | 1010011 | 111010 | 1001110 | 1000111 | 11001 |
Color Harmonies of #506B12
Complementary color
Monochromatic Colors of #506B12
Black with #506B12
Text Example
Text Example
White with #506B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506B12; }
p { color: rgb(80,107,18); }
H1.HeaderClassName
{
color: #506B12;
}
.AnyTagClassName
{
color: #506B12;
}
</style>
background-color css
<style>
a { background-color: #506B12; }
a { background-color: rgb(80,107,18); }
div.DivClassName
{
background-color: #506B12;
}
.BgClassName
{
background-color: #506B12;
}
</style>
border-color css
<style>
span { border-color: #506B12; }
span { border-color: rgb(80,107,18); }
td.TdClassName
{
border-color: #506B12;
}
.TagClassName
{
border-color: #506B12;
}
</style>