Shades of Fiji Green #606828
Tints of Fiji Green #606828
RGB
CMYK
RGB Variations
Color information
#606828 (or 0x606828) is known color: Fiji Green. HEX triplet: 60, 68 and 28. RGB value is (96,104,40). Sum of RGB (Red+Green+Blue) = 96+104+40=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #606828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606828 is #9F97D7. Grayscale: #5E5E5E. Windows color (decimal): -10459096 or 2648160. OLE color: 2648160.
HSL color Cylindrical-coordinate representation of color #606828: hue angle of 67.5º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #606828 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 104 | 40 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.59 |
| HSL | 67.5º | 0.44% | 0.28% | - |
| HSV(B) | 67.5º | 0.62% | 0.41% | - |
| XYZ | 10.16 | 12.54 | 3.89 | - |
| YUV | 94.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 40 | 0.08 | 0 | 0.62 | 0.59 | 67.5 | 0.44 | 0.28 |
| Hex | 60 | 68 | 28 | 8 | 0 | 3E | 3B | 44 | 2C | 1C |
| Octal | 140 | 150 | 50 | 10 | 0 | 76 | 73 | 104 | 54 | 34 |
| Binary | 1100000 | 1101000 | 101000 | 1000 | 0 | 111110 | 111011 | 1000100 | 101100 | 11100 |
Color Harmonies of #606828
Complementary color
Monochromatic Colors of #606828
Black with #606828
Text Example
Text Example
White with #606828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606828; }
p { color: rgb(96,104,40); }
H1.HeaderClassName
{
color: #606828;
}
.AnyTagClassName
{
color: #606828;
}
</style>
background-color css
<style>
a { background-color: #606828; }
a { background-color: rgb(96,104,40); }
div.DivClassName
{
background-color: #606828;
}
.BgClassName
{
background-color: #606828;
}
</style>
border-color css
<style>
span { border-color: #606828; }
span { border-color: rgb(96,104,40); }
td.TdClassName
{
border-color: #606828;
}
.TagClassName
{
border-color: #606828;
}
</style>