Shades of Juniper #76999A
Tints of Juniper #76999A
RGB
CMYK
RGB Variations
Color information
#76999A (or 0x76999A) is known color: Juniper. HEX triplet: 76, 99 and 9A. RGB value is (118,153,154). Sum of RGB (Red+Green+Blue) = 118+153+154=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 154 - color contains mainly: blue. Hex color #76999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76999A is #896665. Grayscale: #8E8E8E. Windows color (decimal): -9004646 or 10131830. OLE color: 10131830.
HSL color Cylindrical-coordinate representation of color #76999A: hue angle of 181.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76999A is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 153 | 154 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.40 |
| HSL | 181.67º | 0.15% | 0.53% | - |
| HSV(B) | 181.67º | 0.23% | 0.6% | - |
| XYZ | 24.7 | 28.97 | 34.86 | - |
| YUV | 142.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 154 | 0.23 | 0.01 | 0 | 0.40 | 181.67 | 0.15 | 0.53 |
| Hex | 76 | 99 | 9A | 17 | 1 | 0 | 28 | B6 | F | 35 |
| Octal | 166 | 231 | 232 | 27 | 1 | 0 | 50 | 266 | 17 | 65 |
| Binary | 1110110 | 10011001 | 10011010 | 10111 | 1 | 0 | 101000 | 10110110 | 1111 | 110101 |
Color Harmonies of #76999A
Complementary color
Monochromatic Colors of #76999A
Black with #76999A
Text Example
Text Example
White with #76999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76999A; }
p { color: rgb(118,153,154); }
H1.HeaderClassName
{
color: #76999A;
}
.AnyTagClassName
{
color: #76999A;
}
</style>
background-color css
<style>
a { background-color: #76999A; }
a { background-color: rgb(118,153,154); }
div.DivClassName
{
background-color: #76999A;
}
.BgClassName
{
background-color: #76999A;
}
</style>
border-color css
<style>
span { border-color: #76999A; }
span { border-color: rgb(118,153,154); }
td.TdClassName
{
border-color: #76999A;
}
.TagClassName
{
border-color: #76999A;
}
</style>