Shades of Genoa #27766D
Tints of Genoa #27766D
RGB
CMYK
RGB Variations
Color information
#27766D (or 0x27766D) is known color: Genoa. HEX triplet: 27, 76 and 6D. RGB value is (39,118,109). Sum of RGB (Red+Green+Blue) = 39+118+109=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #27766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27766D is #D88992. Grayscale: #5D5D5D. Windows color (decimal): -14190995 or 7173671. OLE color: 7173671.
HSL color Cylindrical-coordinate representation of color #27766D: hue angle of 173.16º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27766D is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 118 | 109 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.54 |
| HSL | 173.16º | 0.5% | 0.31% | - |
| HSV(B) | 173.16º | 0.67% | 0.46% | - |
| XYZ | 10.08 | 14.49 | 16.73 | - |
| YUV | 93.35 | 136.83 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 109 | 0.67 | 0 | 0.08 | 0.54 | 173.16 | 0.5 | 0.31 |
| Hex | 27 | 76 | 6D | 43 | 0 | 8 | 36 | AD | 32 | 1F |
| Octal | 47 | 166 | 155 | 103 | 0 | 10 | 66 | 255 | 62 | 37 |
| Binary | 100111 | 1110110 | 1101101 | 1000011 | 0 | 1000 | 110110 | 10101101 | 110010 | 11111 |
Color Harmonies of #27766D
Complementary color
Monochromatic Colors of #27766D
Black with #27766D
Text Example
Text Example
White with #27766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27766D; }
p { color: rgb(39,118,109); }
H1.HeaderClassName
{
color: #27766D;
}
.AnyTagClassName
{
color: #27766D;
}
</style>
background-color css
<style>
a { background-color: #27766D; }
a { background-color: rgb(39,118,109); }
div.DivClassName
{
background-color: #27766D;
}
.BgClassName
{
background-color: #27766D;
}
</style>
border-color css
<style>
span { border-color: #27766D; }
span { border-color: rgb(39,118,109); }
td.TdClassName
{
border-color: #27766D;
}
.TagClassName
{
border-color: #27766D;
}
</style>