Shades of Juniper #74999A
Tints of Juniper #74999A
RGB
CMYK
RGB Variations
Color information
#74999A (or 0x74999A) is known color: Juniper. HEX triplet: 74, 99 and 9A. RGB value is (116,153,154). Sum of RGB (Red+Green+Blue) = 116+153+154=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 154 - color contains mainly: blue. Hex color #74999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74999A is #8B6665. Grayscale: #8E8E8E. Windows color (decimal): -9135718 or 10131828. OLE color: 10131828.
HSL color Cylindrical-coordinate representation of color #74999A: hue angle of 181.58º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74999A is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 153 | 154 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.40 |
| HSL | 181.58º | 0.16% | 0.53% | - |
| HSV(B) | 181.58º | 0.25% | 0.6% | - |
| XYZ | 24.43 | 28.83 | 34.85 | - |
| YUV | 142.05 | 134.74 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 154 | 0.25 | 0.01 | 0 | 0.40 | 181.58 | 0.16 | 0.53 |
| Hex | 74 | 99 | 9A | 19 | 1 | 0 | 28 | B6 | 10 | 35 |
| Octal | 164 | 231 | 232 | 31 | 1 | 0 | 50 | 266 | 20 | 65 |
| Binary | 1110100 | 10011001 | 10011010 | 11001 | 1 | 0 | 101000 | 10110110 | 10000 | 110101 |
Color Harmonies of #74999A
Complementary color
Monochromatic Colors of #74999A
Black with #74999A
Text Example
Text Example
White with #74999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74999A; }
p { color: rgb(116,153,154); }
H1.HeaderClassName
{
color: #74999A;
}
.AnyTagClassName
{
color: #74999A;
}
</style>
background-color css
<style>
a { background-color: #74999A; }
a { background-color: rgb(116,153,154); }
div.DivClassName
{
background-color: #74999A;
}
.BgClassName
{
background-color: #74999A;
}
</style>
border-color css
<style>
span { border-color: #74999A; }
span { border-color: rgb(116,153,154); }
td.TdClassName
{
border-color: #74999A;
}
.TagClassName
{
border-color: #74999A;
}
</style>