Shades of Fiji Green #677F13
Tints of Fiji Green #677F13
RGB
CMYK
RGB Variations
Color information
#677F13 (or 0x677F13) is known color: Fiji Green. HEX triplet: 67, 7F and 13. RGB value is (103,127,19). Sum of RGB (Red+Green+Blue) = 103+127+19=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #677F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677F13 is #9880EC. Grayscale: #6B6B6B. Windows color (decimal): -9994477 or 1277799. OLE color: 1277799.
HSL color Cylindrical-coordinate representation of color #677F13: hue angle of 73.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #677F13 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 127 | 19 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.50 |
| HSL | 73.33º | 0.74% | 0.29% | - |
| HSV(B) | 73.33º | 0.85% | 0.5% | - |
| XYZ | 13.3 | 18.11 | 3.41 | - |
| YUV | 107.51 | 78.05 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 19 | 0.19 | 0 | 0.85 | 0.50 | 73.33 | 0.74 | 0.29 |
| Hex | 67 | 7F | 13 | 13 | 0 | 55 | 32 | 49 | 4A | 1D |
| Octal | 147 | 177 | 23 | 23 | 0 | 125 | 62 | 111 | 112 | 35 |
| Binary | 1100111 | 1111111 | 10011 | 10011 | 0 | 1010101 | 110010 | 1001001 | 1001010 | 11101 |
Color Harmonies of #677F13
Complementary color
Monochromatic Colors of #677F13
Black with #677F13
Text Example
Text Example
White with #677F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F13; }
p { color: rgb(103,127,19); }
H1.HeaderClassName
{
color: #677F13;
}
.AnyTagClassName
{
color: #677F13;
}
</style>
background-color css
<style>
a { background-color: #677F13; }
a { background-color: rgb(103,127,19); }
div.DivClassName
{
background-color: #677F13;
}
.BgClassName
{
background-color: #677F13;
}
</style>
border-color css
<style>
span { border-color: #677F13; }
span { border-color: rgb(103,127,19); }
td.TdClassName
{
border-color: #677F13;
}
.TagClassName
{
border-color: #677F13;
}
</style>