Shades of Fiji Green #68761C
Tints of Fiji Green #68761C
RGB
CMYK
RGB Variations
Color information
#68761C (or 0x68761C) is known color: Fiji Green. HEX triplet: 68, 76 and 1C. RGB value is (104,118,28). Sum of RGB (Red+Green+Blue) = 104+118+28=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #68761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68761C is #9789E3. Grayscale: #676767. Windows color (decimal): -9931236 or 1865320. OLE color: 1865320.
HSL color Cylindrical-coordinate representation of color #68761C: hue angle of 69.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68761C is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 28 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.54 |
| HSL | 69.33º | 0.62% | 0.29% | - |
| HSV(B) | 69.33º | 0.76% | 0.46% | - |
| XYZ | 12.4 | 15.98 | 3.53 | - |
| YUV | 103.55 | 85.36 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 28 | 0.12 | 0 | 0.76 | 0.54 | 69.33 | 0.62 | 0.29 |
| Hex | 68 | 76 | 1C | C | 0 | 4C | 36 | 45 | 3E | 1D |
| Octal | 150 | 166 | 34 | 14 | 0 | 114 | 66 | 105 | 76 | 35 |
| Binary | 1101000 | 1110110 | 11100 | 1100 | 0 | 1001100 | 110110 | 1000101 | 111110 | 11101 |
Color Harmonies of #68761C
Complementary color
Monochromatic Colors of #68761C
Black with #68761C
Text Example
Text Example
White with #68761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68761C; }
p { color: rgb(104,118,28); }
H1.HeaderClassName
{
color: #68761C;
}
.AnyTagClassName
{
color: #68761C;
}
</style>
background-color css
<style>
a { background-color: #68761C; }
a { background-color: rgb(104,118,28); }
div.DivClassName
{
background-color: #68761C;
}
.BgClassName
{
background-color: #68761C;
}
</style>
border-color css
<style>
span { border-color: #68761C; }
span { border-color: rgb(104,118,28); }
td.TdClassName
{
border-color: #68761C;
}
.TagClassName
{
border-color: #68761C;
}
</style>