Shades of Genoa #267F68
Tints of Genoa #267F68
RGB
CMYK
RGB Variations
Color information
#267F68 (or 0x267F68) is known color: Genoa. HEX triplet: 26, 7F and 68. RGB value is (38,127,104). Sum of RGB (Red+Green+Blue) = 38+127+104=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #267F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267F68 is #D98097. Grayscale: #616161. Windows color (decimal): -14254232 or 6848294. OLE color: 6848294.
HSL color Cylindrical-coordinate representation of color #267F68: hue angle of 164.49º 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 #267F68 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 127 | 104 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.50 |
| HSL | 164.49º | 0.54% | 0.32% | - |
| HSV(B) | 164.49º | 0.7% | 0.5% | - |
| XYZ | 10.89 | 16.59 | 15.73 | - |
| YUV | 97.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 104 | 0.70 | 0 | 0.18 | 0.50 | 164.49 | 0.54 | 0.32 |
| Hex | 26 | 7F | 68 | 46 | 0 | 12 | 32 | A4 | 36 | 20 |
| Octal | 46 | 177 | 150 | 106 | 0 | 22 | 62 | 244 | 66 | 40 |
| Binary | 100110 | 1111111 | 1101000 | 1000110 | 0 | 10010 | 110010 | 10100100 | 110110 | 100000 |
Color Harmonies of #267F68
Complementary color
Monochromatic Colors of #267F68
Black with #267F68
Text Example
Text Example
White with #267F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F68; }
p { color: rgb(38,127,104); }
H1.HeaderClassName
{
color: #267F68;
}
.AnyTagClassName
{
color: #267F68;
}
</style>
background-color css
<style>
a { background-color: #267F68; }
a { background-color: rgb(38,127,104); }
div.DivClassName
{
background-color: #267F68;
}
.BgClassName
{
background-color: #267F68;
}
</style>
border-color css
<style>
span { border-color: #267F68; }
span { border-color: rgb(38,127,104); }
td.TdClassName
{
border-color: #267F68;
}
.TagClassName
{
border-color: #267F68;
}
</style>