Shades of Fiji Green #60681A
Tints of Fiji Green #60681A
RGB
CMYK
RGB Variations
Color information
#60681A (or 0x60681A) is known color: Fiji Green. HEX triplet: 60, 68 and 1A. RGB value is (96,104,26). Sum of RGB (Red+Green+Blue) = 96+104+26=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #60681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60681A is #9F97E5. Grayscale: #5D5D5D. Windows color (decimal): -10459110 or 1730656. OLE color: 1730656.
HSL color Cylindrical-coordinate representation of color #60681A: hue angle of 66.15º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60681A is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 104 | 26 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.59 |
| HSL | 66.15º | 0.6% | 0.25% | - |
| HSV(B) | 66.15º | 0.75% | 0.41% | - |
| XYZ | 9.96 | 12.46 | 2.86 | - |
| YUV | 92.72 | 90.35 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 26 | 0.08 | 0 | 0.75 | 0.59 | 66.15 | 0.6 | 0.25 |
| Hex | 60 | 68 | 1A | 8 | 0 | 4B | 3B | 42 | 3C | 19 |
| Octal | 140 | 150 | 32 | 10 | 0 | 113 | 73 | 102 | 74 | 31 |
| Binary | 1100000 | 1101000 | 11010 | 1000 | 0 | 1001011 | 111011 | 1000010 | 111100 | 11001 |
Color Harmonies of #60681A
Complementary color
Monochromatic Colors of #60681A
Black with #60681A
Text Example
Text Example
White with #60681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60681A; }
p { color: rgb(96,104,26); }
H1.HeaderClassName
{
color: #60681A;
}
.AnyTagClassName
{
color: #60681A;
}
</style>
background-color css
<style>
a { background-color: #60681A; }
a { background-color: rgb(96,104,26); }
div.DivClassName
{
background-color: #60681A;
}
.BgClassName
{
background-color: #60681A;
}
</style>
border-color css
<style>
span { border-color: #60681A; }
span { border-color: rgb(96,104,26); }
td.TdClassName
{
border-color: #60681A;
}
.TagClassName
{
border-color: #60681A;
}
</style>