Shades of Highland #74935C
Tints of Highland #74935C
RGB
CMYK
RGB Variations
Color information
#74935C (or 0x74935C) is known color: Highland. HEX triplet: 74, 93 and 5C. RGB value is (116,147,92). Sum of RGB (Red+Green+Blue) = 116+147+92=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #74935C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74935C is #8B6CA3. Grayscale: #838383. Windows color (decimal): -9137316 or 6067060. OLE color: 6067060.
HSL color Cylindrical-coordinate representation of color #74935C: hue angle of 93.82º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74935C is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 147 | 92 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.42 |
| HSL | 93.82º | 0.23% | 0.47% | - |
| HSV(B) | 93.82º | 0.37% | 0.58% | - |
| XYZ | 19.57 | 25.35 | 13.99 | - |
| YUV | 131.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 92 | 0.21 | 0 | 0.37 | 0.42 | 93.82 | 0.23 | 0.47 |
| Hex | 74 | 93 | 5C | 15 | 0 | 25 | 2A | 5E | 17 | 2F |
| Octal | 164 | 223 | 134 | 25 | 0 | 45 | 52 | 136 | 27 | 57 |
| Binary | 1110100 | 10010011 | 1011100 | 10101 | 0 | 100101 | 101010 | 1011110 | 10111 | 101111 |
Color Harmonies of #74935C
Complementary color
Monochromatic Colors of #74935C
Black with #74935C
Text Example
Text Example
White with #74935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74935C; }
p { color: rgb(116,147,92); }
H1.HeaderClassName
{
color: #74935C;
}
.AnyTagClassName
{
color: #74935C;
}
</style>
background-color css
<style>
a { background-color: #74935C; }
a { background-color: rgb(116,147,92); }
div.DivClassName
{
background-color: #74935C;
}
.BgClassName
{
background-color: #74935C;
}
</style>
border-color css
<style>
span { border-color: #74935C; }
span { border-color: rgb(116,147,92); }
td.TdClassName
{
border-color: #74935C;
}
.TagClassName
{
border-color: #74935C;
}
</style>