Shades of Genoa #267F6C
Tints of Genoa #267F6C
RGB
CMYK
RGB Variations
Color information
#267F6C (or 0x267F6C) is known color: Genoa. HEX triplet: 26, 7F and 6C. RGB value is (38,127,108). Sum of RGB (Red+Green+Blue) = 38+127+108=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #267F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267F6C is #D98093. Grayscale: #626262. Windows color (decimal): -14254228 or 7110438. OLE color: 7110438.
HSL color Cylindrical-coordinate representation of color #267F6C: hue angle of 167.19º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267F6C is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 127 | 108 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.50 |
| HSL | 167.19º | 0.54% | 0.32% | - |
| HSV(B) | 167.19º | 0.7% | 0.5% | - |
| XYZ | 11.1 | 16.67 | 16.82 | - |
| YUV | 98.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 108 | 0.70 | 0 | 0.15 | 0.50 | 167.19 | 0.54 | 0.32 |
| Hex | 26 | 7F | 6C | 46 | 0 | F | 32 | A7 | 36 | 20 |
| Octal | 46 | 177 | 154 | 106 | 0 | 17 | 62 | 247 | 66 | 40 |
| Binary | 100110 | 1111111 | 1101100 | 1000110 | 0 | 1111 | 110010 | 10100111 | 110110 | 100000 |
Color Harmonies of #267F6C
Complementary color
Monochromatic Colors of #267F6C
Black with #267F6C
Text Example
Text Example
White with #267F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F6C; }
p { color: rgb(38,127,108); }
H1.HeaderClassName
{
color: #267F6C;
}
.AnyTagClassName
{
color: #267F6C;
}
</style>
background-color css
<style>
a { background-color: #267F6C; }
a { background-color: rgb(38,127,108); }
div.DivClassName
{
background-color: #267F6C;
}
.BgClassName
{
background-color: #267F6C;
}
</style>
border-color css
<style>
span { border-color: #267F6C; }
span { border-color: rgb(38,127,108); }
td.TdClassName
{
border-color: #267F6C;
}
.TagClassName
{
border-color: #267F6C;
}
</style>