Shades of Fiji Green #687B12
Tints of Fiji Green #687B12
RGB
CMYK
RGB Variations
Color information
#687B12 (or 0x687B12) is known color: Fiji Green. HEX triplet: 68, 7B and 12. RGB value is (104,123,18). Sum of RGB (Red+Green+Blue) = 104+123+18=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 123 (48.44% from 255 or 50.20% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 123 - color contains mainly: green. Hex color #687B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687B12 is #9784ED. Grayscale: #696969. Windows color (decimal): -9929966 or 1211240. OLE color: 1211240.
HSL color Cylindrical-coordinate representation of color #687B12: hue angle of 70.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #687B12 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 123 | 18 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.52 |
| HSL | 70.86º | 0.74% | 0.28% | - |
| HSV(B) | 70.86º | 0.85% | 0.48% | - |
| XYZ | 12.9 | 17.15 | 3.2 | - |
| YUV | 105.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 18 | 0.15 | 0 | 0.85 | 0.52 | 70.86 | 0.74 | 0.28 |
| Hex | 68 | 7B | 12 | F | 0 | 55 | 34 | 47 | 4A | 1C |
| Octal | 150 | 173 | 22 | 17 | 0 | 125 | 64 | 107 | 112 | 34 |
| Binary | 1101000 | 1111011 | 10010 | 1111 | 0 | 1010101 | 110100 | 1000111 | 1001010 | 11100 |
Color Harmonies of #687B12
Complementary color
Monochromatic Colors of #687B12
Black with #687B12
Text Example
Text Example
White with #687B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687B12; }
p { color: rgb(104,123,18); }
H1.HeaderClassName
{
color: #687B12;
}
.AnyTagClassName
{
color: #687B12;
}
</style>
background-color css
<style>
a { background-color: #687B12; }
a { background-color: rgb(104,123,18); }
div.DivClassName
{
background-color: #687B12;
}
.BgClassName
{
background-color: #687B12;
}
</style>
border-color css
<style>
span { border-color: #687B12; }
span { border-color: rgb(104,123,18); }
td.TdClassName
{
border-color: #687B12;
}
.TagClassName
{
border-color: #687B12;
}
</style>