Shades of Fiji Green #60661C
Tints of Fiji Green #60661C
RGB
CMYK
RGB Variations
Color information
#60661C (or 0x60661C) is known color: Fiji Green. HEX triplet: 60, 66 and 1C. RGB value is (96,102,28). Sum of RGB (Red+Green+Blue) = 96+102+28=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #60661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60661C is #9F99E3. Grayscale: #5C5C5C. Windows color (decimal): -10459620 or 1861216. OLE color: 1861216.
HSL color Cylindrical-coordinate representation of color #60661C: hue angle of 64.86º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60661C is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 102 | 28 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.6 |
| HSL | 64.86º | 0.57% | 0.25% | - |
| HSV(B) | 64.86º | 0.73% | 0.4% | - |
| XYZ | 9.78 | 12.07 | 2.91 | - |
| YUV | 91.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 28 | 0.06 | 0 | 0.73 | 0.6 | 64.86 | 0.57 | 0.25 |
| Hex | 60 | 66 | 1C | 6 | 0 | 49 | 3C | 41 | 39 | 19 |
| Octal | 140 | 146 | 34 | 6 | 0 | 111 | 74 | 101 | 71 | 31 |
| Binary | 1100000 | 1100110 | 11100 | 110 | 0 | 1001001 | 111100 | 1000001 | 111001 | 11001 |
Color Harmonies of #60661C
Complementary color
Monochromatic Colors of #60661C
Black with #60661C
Text Example
Text Example
White with #60661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60661C; }
p { color: rgb(96,102,28); }
H1.HeaderClassName
{
color: #60661C;
}
.AnyTagClassName
{
color: #60661C;
}
</style>
background-color css
<style>
a { background-color: #60661C; }
a { background-color: rgb(96,102,28); }
div.DivClassName
{
background-color: #60661C;
}
.BgClassName
{
background-color: #60661C;
}
</style>
border-color css
<style>
span { border-color: #60661C; }
span { border-color: rgb(96,102,28); }
td.TdClassName
{
border-color: #60661C;
}
.TagClassName
{
border-color: #60661C;
}
</style>