Shades of Highland #75945A
Tints of Highland #75945A
RGB
CMYK
RGB Variations
Color information
#75945A (or 0x75945A) is known color: Highland. HEX triplet: 75, 94 and 5A. RGB value is (117,148,90). Sum of RGB (Red+Green+Blue) = 117+148+90=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #75945A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75945A is #8A6BA5. Grayscale: #848484. Windows color (decimal): -9071526 or 5936245. OLE color: 5936245.
HSL color Cylindrical-coordinate representation of color #75945A: hue angle of 92.07º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75945A is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 148 | 90 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.42 |
| HSL | 92.07º | 0.24% | 0.47% | - |
| HSV(B) | 92.07º | 0.39% | 0.58% | - |
| XYZ | 19.77 | 25.7 | 13.59 | - |
| YUV | 132.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 148 | 90 | 0.21 | 0 | 0.39 | 0.42 | 92.07 | 0.24 | 0.47 |
| Hex | 75 | 94 | 5A | 15 | 0 | 27 | 2A | 5C | 18 | 2F |
| Octal | 165 | 224 | 132 | 25 | 0 | 47 | 52 | 134 | 30 | 57 |
| Binary | 1110101 | 10010100 | 1011010 | 10101 | 0 | 100111 | 101010 | 1011100 | 11000 | 101111 |
Color Harmonies of #75945A
Complementary color
Monochromatic Colors of #75945A
Black with #75945A
Text Example
Text Example
White with #75945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75945A; }
p { color: rgb(117,148,90); }
H1.HeaderClassName
{
color: #75945A;
}
.AnyTagClassName
{
color: #75945A;
}
</style>
background-color css
<style>
a { background-color: #75945A; }
a { background-color: rgb(117,148,90); }
div.DivClassName
{
background-color: #75945A;
}
.BgClassName
{
background-color: #75945A;
}
</style>
border-color css
<style>
span { border-color: #75945A; }
span { border-color: rgb(117,148,90); }
td.TdClassName
{
border-color: #75945A;
}
.TagClassName
{
border-color: #75945A;
}
</style>