Shades of Fiji Green #68771C
Tints of Fiji Green #68771C
RGB
CMYK
RGB Variations
Color information
#68771C (or 0x68771C) is known color: Fiji Green. HEX triplet: 68, 77 and 1C. RGB value is (104,119,28). Sum of RGB (Red+Green+Blue) = 104+119+28=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #68771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68771C is #9788E3. Grayscale: #686868. Windows color (decimal): -9930980 or 1865576. OLE color: 1865576.
HSL color Cylindrical-coordinate representation of color #68771C: hue angle of 69.89º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68771C is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 119 | 28 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.53 |
| HSL | 69.89º | 0.62% | 0.29% | - |
| HSV(B) | 69.89º | 0.76% | 0.47% | - |
| XYZ | 12.52 | 16.22 | 3.57 | - |
| YUV | 104.14 | 85.03 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 28 | 0.13 | 0 | 0.76 | 0.53 | 69.89 | 0.62 | 0.29 |
| Hex | 68 | 77 | 1C | D | 0 | 4C | 35 | 46 | 3E | 1D |
| Octal | 150 | 167 | 34 | 15 | 0 | 114 | 65 | 106 | 76 | 35 |
| Binary | 1101000 | 1110111 | 11100 | 1101 | 0 | 1001100 | 110101 | 1000110 | 111110 | 11101 |
Color Harmonies of #68771C
Complementary color
Monochromatic Colors of #68771C
Black with #68771C
Text Example
Text Example
White with #68771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68771C; }
p { color: rgb(104,119,28); }
H1.HeaderClassName
{
color: #68771C;
}
.AnyTagClassName
{
color: #68771C;
}
</style>
background-color css
<style>
a { background-color: #68771C; }
a { background-color: rgb(104,119,28); }
div.DivClassName
{
background-color: #68771C;
}
.BgClassName
{
background-color: #68771C;
}
</style>
border-color css
<style>
span { border-color: #68771C; }
span { border-color: rgb(104,119,28); }
td.TdClassName
{
border-color: #68771C;
}
.TagClassName
{
border-color: #68771C;
}
</style>