Shades of Juniper #74989A
Tints of Juniper #74989A
RGB
CMYK
RGB Variations
Color information
#74989A (or 0x74989A) is known color: Juniper. HEX triplet: 74, 98 and 9A. RGB value is (116,152,154). Sum of RGB (Red+Green+Blue) = 116+152+154=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 154 - color contains mainly: blue. Hex color #74989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74989A is #8B6765. Grayscale: #8D8D8D. Windows color (decimal): -9135974 or 10131572. OLE color: 10131572.
HSL color Cylindrical-coordinate representation of color #74989A: hue angle of 183.16º 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 #74989A is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 152 | 154 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.40 |
| HSL | 183.16º | 0.16% | 0.53% | - |
| HSV(B) | 183.16º | 0.25% | 0.6% | - |
| XYZ | 24.26 | 28.5 | 34.79 | - |
| YUV | 141.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 154 | 0.25 | 0.01 | 0 | 0.40 | 183.16 | 0.16 | 0.53 |
| Hex | 74 | 98 | 9A | 19 | 1 | 0 | 28 | B7 | 10 | 35 |
| Octal | 164 | 230 | 232 | 31 | 1 | 0 | 50 | 267 | 20 | 65 |
| Binary | 1110100 | 10011000 | 10011010 | 11001 | 1 | 0 | 101000 | 10110111 | 10000 | 110101 |
Color Harmonies of #74989A
Complementary color
Monochromatic Colors of #74989A
Black with #74989A
Text Example
Text Example
White with #74989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74989A; }
p { color: rgb(116,152,154); }
H1.HeaderClassName
{
color: #74989A;
}
.AnyTagClassName
{
color: #74989A;
}
</style>
background-color css
<style>
a { background-color: #74989A; }
a { background-color: rgb(116,152,154); }
div.DivClassName
{
background-color: #74989A;
}
.BgClassName
{
background-color: #74989A;
}
</style>
border-color css
<style>
span { border-color: #74989A; }
span { border-color: rgb(116,152,154); }
td.TdClassName
{
border-color: #74989A;
}
.TagClassName
{
border-color: #74989A;
}
</style>