Shades of Juniper #74958F
Tints of Juniper #74958F
RGB
CMYK
RGB Variations
Color information
#74958F (or 0x74958F) is known color: Juniper. HEX triplet: 74, 95 and 8F. RGB value is (116,149,143). Sum of RGB (Red+Green+Blue) = 116+149+143=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #74958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74958F is #8B6A70. Grayscale: #8A8A8A. Windows color (decimal): -9136753 or 9409908. OLE color: 9409908.
HSL color Cylindrical-coordinate representation of color #74958F: hue angle of 169.09º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74958F is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 143 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.42 |
| HSL | 169.09º | 0.13% | 0.52% | - |
| HSV(B) | 169.09º | 0.22% | 0.58% | - |
| XYZ | 22.91 | 27.19 | 30.03 | - |
| YUV | 138.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 143 | 0.22 | 0 | 0.04 | 0.42 | 169.09 | 0.13 | 0.52 |
| Hex | 74 | 95 | 8F | 16 | 0 | 4 | 2A | A9 | D | 34 |
| Octal | 164 | 225 | 217 | 26 | 0 | 4 | 52 | 251 | 15 | 64 |
| Binary | 1110100 | 10010101 | 10001111 | 10110 | 0 | 100 | 101010 | 10101001 | 1101 | 110100 |
Color Harmonies of #74958F
Complementary color
Monochromatic Colors of #74958F
Black with #74958F
Text Example
Text Example
White with #74958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74958F; }
p { color: rgb(116,149,143); }
H1.HeaderClassName
{
color: #74958F;
}
.AnyTagClassName
{
color: #74958F;
}
</style>
background-color css
<style>
a { background-color: #74958F; }
a { background-color: rgb(116,149,143); }
div.DivClassName
{
background-color: #74958F;
}
.BgClassName
{
background-color: #74958F;
}
</style>
border-color css
<style>
span { border-color: #74958F; }
span { border-color: rgb(116,149,143); }
td.TdClassName
{
border-color: #74958F;
}
.TagClassName
{
border-color: #74958F;
}
</style>