Shades of Juniper #75A099
Tints of Juniper #75A099
RGB
CMYK
RGB Variations
Color information
#75A099 (or 0x75A099) is known color: Juniper. HEX triplet: 75, A0 and 99. RGB value is (117,160,153). Sum of RGB (Red+Green+Blue) = 117+160+153=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #75A099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A099 is #8A5F66. Grayscale: #929292. Windows color (decimal): -9068391 or 10068085. OLE color: 10068085.
HSL color Cylindrical-coordinate representation of color #75A099: hue angle of 170.23º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A099 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 160 | 153 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.37 |
| HSL | 170.23º | 0.18% | 0.54% | - |
| HSV(B) | 170.23º | 0.27% | 0.63% | - |
| XYZ | 25.66 | 31.22 | 34.81 | - |
| YUV | 146.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 153 | 0.27 | 0 | 0.04 | 0.37 | 170.23 | 0.18 | 0.54 |
| Hex | 75 | A0 | 99 | 1B | 0 | 4 | 25 | AA | 12 | 36 |
| Octal | 165 | 240 | 231 | 33 | 0 | 4 | 45 | 252 | 22 | 66 |
| Binary | 1110101 | 10100000 | 10011001 | 11011 | 0 | 100 | 100101 | 10101010 | 10010 | 110110 |
Color Harmonies of #75A099
Complementary color
Monochromatic Colors of #75A099
Black with #75A099
Text Example
Text Example
White with #75A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A099; }
p { color: rgb(117,160,153); }
H1.HeaderClassName
{
color: #75A099;
}
.AnyTagClassName
{
color: #75A099;
}
</style>
background-color css
<style>
a { background-color: #75A099; }
a { background-color: rgb(117,160,153); }
div.DivClassName
{
background-color: #75A099;
}
.BgClassName
{
background-color: #75A099;
}
</style>
border-color css
<style>
span { border-color: #75A099; }
span { border-color: rgb(117,160,153); }
td.TdClassName
{
border-color: #75A099;
}
.TagClassName
{
border-color: #75A099;
}
</style>