#749E95

Color #749E95 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #749E95

Tints of Juniper #749E95

Color information

#749E95 (or 0x749E95) is unknown color: approx Juniper. HEX triplet: 74, 9E and 95. RGB value is (116,158,149). Sum of RGB (Red+Green+Blue) = 116+158+149=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 158 - color contains mainly: green. Hex color #749E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749E95 is #8B616A. Grayscale: #909090. Windows color (decimal): -9134443 or 9805428. OLE color: 9805428.

HSL color Cylindrical-coordinate representation of color #749E95: hue angle of 167.14º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #749E95 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB116158149-
CMYK0.2700.060.38
HSL167.14º17.8%53.73%-
HSV(B)167.14º26.58%61.96%-
XYZ24.8530.3432.98-
YUV144.42130.59107.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 158 (62.11% from 255) = 37.35%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=27.42%
G=37.35%
B=35.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161581490.2700.060.38167.1417.853.73
Hex749E951B0626a71236
Octal1642362253306462472266
Binary111010010011110100101011101101101001101010011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749E95; }

 p { color: rgb(116,158,149); }

 H1.HeaderClassName
 {
   color: #749E95;
 }
 .AnyTagClassName
 {
   color: #749E95;
 }
</style>
background-color css

<style>
 a { background-color: #749E95; }

 a { background-color: rgb(116,158,149); }

 div.DivClassName
 {
   background-color: #749E95;
 }
 .BgClassName
 {
   background-color: #749E95;
 }
</style>
border-color css

<style>
 span { border-color: #749E95; }

 span { border-color: rgb(116,158,149); }

 td.TdClassName
 {
   border-color: #749E95;
 }
 .TagClassName
 {
   border-color: #749E95;
 }
</style>