Shades of Genoa #257D69
Tints of Genoa #257D69
RGB
CMYK
RGB Variations
Color information
#257D69 (or 0x257D69) is known color: Genoa. HEX triplet: 25, 7D and 69. RGB value is (37,125,105). Sum of RGB (Red+Green+Blue) = 37+125+105=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #257D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D69 is #DA8296. Grayscale: #606060. Windows color (decimal): -14320279 or 6913317. OLE color: 6913317.
HSL color Cylindrical-coordinate representation of color #257D69: hue angle of 166.36º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257D69 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 125 | 105 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.51 |
| HSL | 166.36º | 0.54% | 0.32% | - |
| HSV(B) | 166.36º | 0.7% | 0.49% | - |
| XYZ | 10.65 | 16.08 | 15.91 | - |
| YUV | 96.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 105 | 0.70 | 0 | 0.16 | 0.51 | 166.36 | 0.54 | 0.32 |
| Hex | 25 | 7D | 69 | 46 | 0 | 10 | 33 | A6 | 36 | 20 |
| Octal | 45 | 175 | 151 | 106 | 0 | 20 | 63 | 246 | 66 | 40 |
| Binary | 100101 | 1111101 | 1101001 | 1000110 | 0 | 10000 | 110011 | 10100110 | 110110 | 100000 |
Color Harmonies of #257D69
Complementary color
Monochromatic Colors of #257D69
Black with #257D69
Text Example
Text Example
White with #257D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D69; }
p { color: rgb(37,125,105); }
H1.HeaderClassName
{
color: #257D69;
}
.AnyTagClassName
{
color: #257D69;
}
</style>
background-color css
<style>
a { background-color: #257D69; }
a { background-color: rgb(37,125,105); }
div.DivClassName
{
background-color: #257D69;
}
.BgClassName
{
background-color: #257D69;
}
</style>
border-color css
<style>
span { border-color: #257D69; }
span { border-color: rgb(37,125,105); }
td.TdClassName
{
border-color: #257D69;
}
.TagClassName
{
border-color: #257D69;
}
</style>