Shades of Fiji Green #606C27
Tints of Fiji Green #606C27
RGB
CMYK
RGB Variations
Color information
#606C27 (or 0x606C27) is known color: Fiji Green. HEX triplet: 60, 6C and 27. RGB value is (96,108,39). Sum of RGB (Red+Green+Blue) = 96+108+39=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 108 - color contains mainly: green. Hex color #606C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606C27 is #9F93D8. Grayscale: #606060. Windows color (decimal): -10458073 or 2583648. OLE color: 2583648.
HSL color Cylindrical-coordinate representation of color #606C27: hue angle of 70.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #606C27 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 108 | 39 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.58 |
| HSL | 70.43º | 0.47% | 0.29% | - |
| HSV(B) | 70.43º | 0.64% | 0.42% | - |
| XYZ | 10.55 | 13.36 | 3.94 | - |
| YUV | 96.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 39 | 0.11 | 0 | 0.64 | 0.58 | 70.43 | 0.47 | 0.29 |
| Hex | 60 | 6C | 27 | B | 0 | 40 | 3A | 46 | 2F | 1D |
| Octal | 140 | 154 | 47 | 13 | 0 | 100 | 72 | 106 | 57 | 35 |
| Binary | 1100000 | 1101100 | 100111 | 1011 | 0 | 1000000 | 111010 | 1000110 | 101111 | 11101 |
Color Harmonies of #606C27
Complementary color
Monochromatic Colors of #606C27
Black with #606C27
Text Example
Text Example
White with #606C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C27; }
p { color: rgb(96,108,39); }
H1.HeaderClassName
{
color: #606C27;
}
.AnyTagClassName
{
color: #606C27;
}
</style>
background-color css
<style>
a { background-color: #606C27; }
a { background-color: rgb(96,108,39); }
div.DivClassName
{
background-color: #606C27;
}
.BgClassName
{
background-color: #606C27;
}
</style>
border-color css
<style>
span { border-color: #606C27; }
span { border-color: rgb(96,108,39); }
td.TdClassName
{
border-color: #606C27;
}
.TagClassName
{
border-color: #606C27;
}
</style>