Shades of Fiji Green #68741A
Tints of Fiji Green #68741A
RGB
CMYK
RGB Variations
Color information
#68741A (or 0x68741A) is known color: Fiji Green. HEX triplet: 68, 74 and 1A. RGB value is (104,116,26). Sum of RGB (Red+Green+Blue) = 104+116+26=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #68741A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68741A is #978BE5. Grayscale: #666666. Windows color (decimal): -9931750 or 1733736. OLE color: 1733736.
HSL color Cylindrical-coordinate representation of color #68741A: hue angle of 68º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68741A is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 116 | 26 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.55 |
| HSL | 68º | 0.63% | 0.28% | - |
| HSV(B) | 68º | 0.78% | 0.45% | - |
| XYZ | 12.14 | 15.51 | 3.33 | - |
| YUV | 102.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 26 | 0.10 | 0 | 0.78 | 0.55 | 68 | 0.63 | 0.28 |
| Hex | 68 | 74 | 1A | A | 0 | 4E | 37 | 44 | 3F | 1C |
| Octal | 150 | 164 | 32 | 12 | 0 | 116 | 67 | 104 | 77 | 34 |
| Binary | 1101000 | 1110100 | 11010 | 1010 | 0 | 1001110 | 110111 | 1000100 | 111111 | 11100 |
Color Harmonies of #68741A
Complementary color
Monochromatic Colors of #68741A
Black with #68741A
Text Example
Text Example
White with #68741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68741A; }
p { color: rgb(104,116,26); }
H1.HeaderClassName
{
color: #68741A;
}
.AnyTagClassName
{
color: #68741A;
}
</style>
background-color css
<style>
a { background-color: #68741A; }
a { background-color: rgb(104,116,26); }
div.DivClassName
{
background-color: #68741A;
}
.BgClassName
{
background-color: #68741A;
}
</style>
border-color css
<style>
span { border-color: #68741A; }
span { border-color: rgb(104,116,26); }
td.TdClassName
{
border-color: #68741A;
}
.TagClassName
{
border-color: #68741A;
}
</style>