Shades of Fiji Green #60641B
Tints of Fiji Green #60641B
RGB
CMYK
RGB Variations
Color information
#60641B (or 0x60641B) is known color: Fiji Green. HEX triplet: 60, 64 and 1B. RGB value is (96,100,27). Sum of RGB (Red+Green+Blue) = 96+100+27=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #60641B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60641B is #9F9BE4. Grayscale: #5A5A5A. Windows color (decimal): -10460133 or 1795168. OLE color: 1795168.
HSL color Cylindrical-coordinate representation of color #60641B: hue angle of 63.29º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60641B is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 100 | 27 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.61 |
| HSL | 63.29º | 0.57% | 0.25% | - |
| HSV(B) | 63.29º | 0.73% | 0.39% | - |
| XYZ | 9.58 | 11.68 | 2.79 | - |
| YUV | 90.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 27 | 0.04 | 0 | 0.73 | 0.61 | 63.29 | 0.57 | 0.25 |
| Hex | 60 | 64 | 1B | 4 | 0 | 49 | 3D | 3F | 39 | 19 |
| Octal | 140 | 144 | 33 | 4 | 0 | 111 | 75 | 77 | 71 | 31 |
| Binary | 1100000 | 1100100 | 11011 | 100 | 0 | 1001001 | 111101 | 111111 | 111001 | 11001 |
Color Harmonies of #60641B
Complementary color
Monochromatic Colors of #60641B
Black with #60641B
Text Example
Text Example
White with #60641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60641B; }
p { color: rgb(96,100,27); }
H1.HeaderClassName
{
color: #60641B;
}
.AnyTagClassName
{
color: #60641B;
}
</style>
background-color css
<style>
a { background-color: #60641B; }
a { background-color: rgb(96,100,27); }
div.DivClassName
{
background-color: #60641B;
}
.BgClassName
{
background-color: #60641B;
}
</style>
border-color css
<style>
span { border-color: #60641B; }
span { border-color: rgb(96,100,27); }
td.TdClassName
{
border-color: #60641B;
}
.TagClassName
{
border-color: #60641B;
}
</style>