Shades of Highland #75925C
Tints of Highland #75925C
RGB
CMYK
RGB Variations
Color information
#75925C (or 0x75925C) is known color: Highland. HEX triplet: 75, 92 and 5C. RGB value is (117,146,92). Sum of RGB (Red+Green+Blue) = 117+146+92=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #75925C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75925C is #8A6DA3. Grayscale: #838383. Windows color (decimal): -9072036 or 6066805. OLE color: 6066805.
HSL color Cylindrical-coordinate representation of color #75925C: hue angle of 92.22º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75925C is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 146 | 92 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.43 |
| HSL | 92.22º | 0.23% | 0.47% | - |
| HSV(B) | 92.22º | 0.37% | 0.57% | - |
| XYZ | 19.55 | 25.11 | 13.94 | - |
| YUV | 131.17 | 105.89 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 92 | 0.20 | 0 | 0.37 | 0.43 | 92.22 | 0.23 | 0.47 |
| Hex | 75 | 92 | 5C | 14 | 0 | 25 | 2B | 5C | 17 | 2F |
| Octal | 165 | 222 | 134 | 24 | 0 | 45 | 53 | 134 | 27 | 57 |
| Binary | 1110101 | 10010010 | 1011100 | 10100 | 0 | 100101 | 101011 | 1011100 | 10111 | 101111 |
Color Harmonies of #75925C
Complementary color
Monochromatic Colors of #75925C
Black with #75925C
Text Example
Text Example
White with #75925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75925C; }
p { color: rgb(117,146,92); }
H1.HeaderClassName
{
color: #75925C;
}
.AnyTagClassName
{
color: #75925C;
}
</style>
background-color css
<style>
a { background-color: #75925C; }
a { background-color: rgb(117,146,92); }
div.DivClassName
{
background-color: #75925C;
}
.BgClassName
{
background-color: #75925C;
}
</style>
border-color css
<style>
span { border-color: #75925C; }
span { border-color: rgb(117,146,92); }
td.TdClassName
{
border-color: #75925C;
}
.TagClassName
{
border-color: #75925C;
}
</style>