Shades of Fiji Green #606823
Tints of Fiji Green #606823
RGB
CMYK
RGB Variations
Color information
#606823 (or 0x606823) is known color: Fiji Green. HEX triplet: 60, 68 and 23. RGB value is (96,104,35). Sum of RGB (Red+Green+Blue) = 96+104+35=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #606823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606823 is #9F97DC. Grayscale: #5E5E5E. Windows color (decimal): -10459101 or 2320480. OLE color: 2320480.
HSL color Cylindrical-coordinate representation of color #606823: hue angle of 66.96º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #606823 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 104 | 35 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.59 |
| HSL | 66.96º | 0.5% | 0.27% | - |
| HSV(B) | 66.96º | 0.66% | 0.41% | - |
| XYZ | 10.08 | 12.51 | 3.47 | - |
| YUV | 93.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 35 | 0.08 | 0 | 0.66 | 0.59 | 66.96 | 0.5 | 0.27 |
| Hex | 60 | 68 | 23 | 8 | 0 | 42 | 3B | 43 | 32 | 1B |
| Octal | 140 | 150 | 43 | 10 | 0 | 102 | 73 | 103 | 62 | 33 |
| Binary | 1100000 | 1101000 | 100011 | 1000 | 0 | 1000010 | 111011 | 1000011 | 110010 | 11011 |
Color Harmonies of #606823
Complementary color
Monochromatic Colors of #606823
Black with #606823
Text Example
Text Example
White with #606823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606823; }
p { color: rgb(96,104,35); }
H1.HeaderClassName
{
color: #606823;
}
.AnyTagClassName
{
color: #606823;
}
</style>
background-color css
<style>
a { background-color: #606823; }
a { background-color: rgb(96,104,35); }
div.DivClassName
{
background-color: #606823;
}
.BgClassName
{
background-color: #606823;
}
</style>
border-color css
<style>
span { border-color: #606823; }
span { border-color: rgb(96,104,35); }
td.TdClassName
{
border-color: #606823;
}
.TagClassName
{
border-color: #606823;
}
</style>