Shades of Fiji Green #60691D
Tints of Fiji Green #60691D
RGB
CMYK
RGB Variations
Color information
#60691D (or 0x60691D) is known color: Fiji Green. HEX triplet: 60, 69 and 1D. RGB value is (96,105,29). Sum of RGB (Red+Green+Blue) = 96+105+29=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #60691D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60691D is #9F96E2. Grayscale: #5D5D5D. Windows color (decimal): -10458851 or 1927520. OLE color: 1927520.
HSL color Cylindrical-coordinate representation of color #60691D: hue angle of 67.11º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60691D is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 105 | 29 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.59 |
| HSL | 67.11º | 0.57% | 0.26% | - |
| HSV(B) | 67.11º | 0.72% | 0.41% | - |
| XYZ | 10.1 | 12.68 | 3.08 | - |
| YUV | 93.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 29 | 0.09 | 0 | 0.72 | 0.59 | 67.11 | 0.57 | 0.26 |
| Hex | 60 | 69 | 1D | 9 | 0 | 48 | 3B | 43 | 39 | 1A |
| Octal | 140 | 151 | 35 | 11 | 0 | 110 | 73 | 103 | 71 | 32 |
| Binary | 1100000 | 1101001 | 11101 | 1001 | 0 | 1001000 | 111011 | 1000011 | 111001 | 11010 |
Color Harmonies of #60691D
Complementary color
Monochromatic Colors of #60691D
Black with #60691D
Text Example
Text Example
White with #60691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60691D; }
p { color: rgb(96,105,29); }
H1.HeaderClassName
{
color: #60691D;
}
.AnyTagClassName
{
color: #60691D;
}
</style>
background-color css
<style>
a { background-color: #60691D; }
a { background-color: rgb(96,105,29); }
div.DivClassName
{
background-color: #60691D;
}
.BgClassName
{
background-color: #60691D;
}
</style>
border-color css
<style>
span { border-color: #60691D; }
span { border-color: rgb(96,105,29); }
td.TdClassName
{
border-color: #60691D;
}
.TagClassName
{
border-color: #60691D;
}
</style>