Shades of Highland #74925C
Tints of Highland #74925C
RGB
CMYK
RGB Variations
Color information
#74925C (or 0x74925C) is known color: Highland. HEX triplet: 74, 92 and 5C. RGB value is (116,146,92). Sum of RGB (Red+Green+Blue) = 116+146+92=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #74925C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74925C is #8B6DA3. Grayscale: #838383. Windows color (decimal): -9137572 or 6066804. OLE color: 6066804.
HSL color Cylindrical-coordinate representation of color #74925C: hue angle of 93.33º 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 #74925C is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 146 | 92 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.43 |
| HSL | 93.33º | 0.23% | 0.47% | - |
| HSV(B) | 93.33º | 0.37% | 0.57% | - |
| XYZ | 19.41 | 25.04 | 13.94 | - |
| YUV | 130.87 | 106.06 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 92 | 0.21 | 0 | 0.37 | 0.43 | 93.33 | 0.23 | 0.47 |
| Hex | 74 | 92 | 5C | 15 | 0 | 25 | 2B | 5D | 17 | 2F |
| Octal | 164 | 222 | 134 | 25 | 0 | 45 | 53 | 135 | 27 | 57 |
| Binary | 1110100 | 10010010 | 1011100 | 10101 | 0 | 100101 | 101011 | 1011101 | 10111 | 101111 |
Color Harmonies of #74925C
Complementary color
Monochromatic Colors of #74925C
Black with #74925C
Text Example
Text Example
White with #74925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74925C; }
p { color: rgb(116,146,92); }
H1.HeaderClassName
{
color: #74925C;
}
.AnyTagClassName
{
color: #74925C;
}
</style>
background-color css
<style>
a { background-color: #74925C; }
a { background-color: rgb(116,146,92); }
div.DivClassName
{
background-color: #74925C;
}
.BgClassName
{
background-color: #74925C;
}
</style>
border-color css
<style>
span { border-color: #74925C; }
span { border-color: rgb(116,146,92); }
td.TdClassName
{
border-color: #74925C;
}
.TagClassName
{
border-color: #74925C;
}
</style>