Shades of Fiji Green #60641D
Tints of Fiji Green #60641D
RGB
CMYK
RGB Variations
Color information
#60641D (or 0x60641D) is known color: Fiji Green. HEX triplet: 60, 64 and 1D. RGB value is (96,100,29). Sum of RGB (Red+Green+Blue) = 96+100+29=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #60641D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60641D is #9F9BE2. Grayscale: #5A5A5A. Windows color (decimal): -10460131 or 1926240. OLE color: 1926240.
HSL color Cylindrical-coordinate representation of color #60641D: hue angle of 63.38º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60641D is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 100 | 29 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.61 |
| HSL | 63.38º | 0.55% | 0.25% | - |
| HSV(B) | 63.38º | 0.71% | 0.39% | - |
| XYZ | 9.6 | 11.69 | 2.91 | - |
| YUV | 90.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 29 | 0.04 | 0 | 0.71 | 0.61 | 63.38 | 0.55 | 0.25 |
| Hex | 60 | 64 | 1D | 4 | 0 | 47 | 3D | 3F | 37 | 19 |
| Octal | 140 | 144 | 35 | 4 | 0 | 107 | 75 | 77 | 67 | 31 |
| Binary | 1100000 | 1100100 | 11101 | 100 | 0 | 1000111 | 111101 | 111111 | 110111 | 11001 |
Color Harmonies of #60641D
Complementary color
Monochromatic Colors of #60641D
Black with #60641D
Text Example
Text Example
White with #60641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60641D; }
p { color: rgb(96,100,29); }
H1.HeaderClassName
{
color: #60641D;
}
.AnyTagClassName
{
color: #60641D;
}
</style>
background-color css
<style>
a { background-color: #60641D; }
a { background-color: rgb(96,100,29); }
div.DivClassName
{
background-color: #60641D;
}
.BgClassName
{
background-color: #60641D;
}
</style>
border-color css
<style>
span { border-color: #60641D; }
span { border-color: rgb(96,100,29); }
td.TdClassName
{
border-color: #60641D;
}
.TagClassName
{
border-color: #60641D;
}
</style>