Shades of Fiji Green #606C1D
Tints of Fiji Green #606C1D
RGB
CMYK
RGB Variations
Color information
#606C1D (or 0x606C1D) is known color: Fiji Green. HEX triplet: 60, 6C and 1D. RGB value is (96,108,29). Sum of RGB (Red+Green+Blue) = 96+108+29=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 108 - color contains mainly: green. Hex color #606C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606C1D is #9F93E2. Grayscale: #5F5F5F. Windows color (decimal): -10458083 or 1928288. OLE color: 1928288.
HSL color Cylindrical-coordinate representation of color #606C1D: hue angle of 69.11º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #606C1D is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 108 | 29 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.58 |
| HSL | 69.11º | 0.58% | 0.27% | - |
| HSV(B) | 69.11º | 0.73% | 0.42% | - |
| XYZ | 10.41 | 13.3 | 3.18 | - |
| YUV | 95.41 | 90.52 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 29 | 0.11 | 0 | 0.73 | 0.58 | 69.11 | 0.58 | 0.27 |
| Hex | 60 | 6C | 1D | B | 0 | 49 | 3A | 45 | 3A | 1B |
| Octal | 140 | 154 | 35 | 13 | 0 | 111 | 72 | 105 | 72 | 33 |
| Binary | 1100000 | 1101100 | 11101 | 1011 | 0 | 1001001 | 111010 | 1000101 | 111010 | 11011 |
Color Harmonies of #606C1D
Complementary color
Monochromatic Colors of #606C1D
Black with #606C1D
Text Example
Text Example
White with #606C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C1D; }
p { color: rgb(96,108,29); }
H1.HeaderClassName
{
color: #606C1D;
}
.AnyTagClassName
{
color: #606C1D;
}
</style>
background-color css
<style>
a { background-color: #606C1D; }
a { background-color: rgb(96,108,29); }
div.DivClassName
{
background-color: #606C1D;
}
.BgClassName
{
background-color: #606C1D;
}
</style>
border-color css
<style>
span { border-color: #606C1D; }
span { border-color: rgb(96,108,29); }
td.TdClassName
{
border-color: #606C1D;
}
.TagClassName
{
border-color: #606C1D;
}
</style>