Shades of Genoa #276D67
Tints of Genoa #276D67
RGB
CMYK
RGB Variations
Color information
#276D67 (or 0x276D67) is known color: Genoa. HEX triplet: 27, 6D and 67. RGB value is (39,109,103). Sum of RGB (Red+Green+Blue) = 39+109+103=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 109 - color contains mainly: green. Hex color #276D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276D67 is #D89298. Grayscale: #575757. Windows color (decimal): -14193305 or 6778151. OLE color: 6778151.
HSL color Cylindrical-coordinate representation of color #276D67: hue angle of 174.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276D67 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 109 | 103 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.57 |
| HSL | 174.86º | 0.47% | 0.29% | - |
| HSV(B) | 174.86º | 0.64% | 0.43% | - |
| XYZ | 8.75 | 12.35 | 14.75 | - |
| YUV | 87.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 103 | 0.64 | 0 | 0.06 | 0.57 | 174.86 | 0.47 | 0.29 |
| Hex | 27 | 6D | 67 | 40 | 0 | 6 | 39 | AF | 2F | 1D |
| Octal | 47 | 155 | 147 | 100 | 0 | 6 | 71 | 257 | 57 | 35 |
| Binary | 100111 | 1101101 | 1100111 | 1000000 | 0 | 110 | 111001 | 10101111 | 101111 | 11101 |
Color Harmonies of #276D67
Complementary color
Monochromatic Colors of #276D67
Black with #276D67
Text Example
Text Example
White with #276D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D67; }
p { color: rgb(39,109,103); }
H1.HeaderClassName
{
color: #276D67;
}
.AnyTagClassName
{
color: #276D67;
}
</style>
background-color css
<style>
a { background-color: #276D67; }
a { background-color: rgb(39,109,103); }
div.DivClassName
{
background-color: #276D67;
}
.BgClassName
{
background-color: #276D67;
}
</style>
border-color css
<style>
span { border-color: #276D67; }
span { border-color: rgb(39,109,103); }
td.TdClassName
{
border-color: #276D67;
}
.TagClassName
{
border-color: #276D67;
}
</style>