Shades of Fiji Green #60651C
Tints of Fiji Green #60651C
RGB
CMYK
RGB Variations
Color information
#60651C (or 0x60651C) is known color: Fiji Green. HEX triplet: 60, 65 and 1C. RGB value is (96,101,28). Sum of RGB (Red+Green+Blue) = 96+101+28=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #60651C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60651C is #9F9AE3. Grayscale: #5B5B5B. Windows color (decimal): -10459876 or 1860960. OLE color: 1860960.
HSL color Cylindrical-coordinate representation of color #60651C: hue angle of 64.11º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60651C is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 101 | 28 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.60 |
| HSL | 64.11º | 0.57% | 0.25% | - |
| HSV(B) | 64.11º | 0.72% | 0.4% | - |
| XYZ | 9.69 | 11.88 | 2.88 | - |
| YUV | 91.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 28 | 0.05 | 0 | 0.72 | 0.60 | 64.11 | 0.57 | 0.25 |
| Hex | 60 | 65 | 1C | 5 | 0 | 48 | 3C | 40 | 39 | 19 |
| Octal | 140 | 145 | 34 | 5 | 0 | 110 | 74 | 100 | 71 | 31 |
| Binary | 1100000 | 1100101 | 11100 | 101 | 0 | 1001000 | 111100 | 1000000 | 111001 | 11001 |
Color Harmonies of #60651C
Complementary color
Monochromatic Colors of #60651C
Black with #60651C
Text Example
Text Example
White with #60651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60651C; }
p { color: rgb(96,101,28); }
H1.HeaderClassName
{
color: #60651C;
}
.AnyTagClassName
{
color: #60651C;
}
</style>
background-color css
<style>
a { background-color: #60651C; }
a { background-color: rgb(96,101,28); }
div.DivClassName
{
background-color: #60651C;
}
.BgClassName
{
background-color: #60651C;
}
</style>
border-color css
<style>
span { border-color: #60651C; }
span { border-color: rgb(96,101,28); }
td.TdClassName
{
border-color: #60651C;
}
.TagClassName
{
border-color: #60651C;
}
</style>