#749A95

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

Shades of Juniper #749A95

Tints of Juniper #749A95

Color information

#749A95 (or 0x749A95) is unknown color: approx Juniper. HEX triplet: 74, 9A and 95. RGB value is (116,154,149). Sum of RGB (Red+Green+Blue) = 116+154+149=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #749A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749A95 is #8B656A. Grayscale: #8E8E8E. Windows color (decimal): -9135467 or 9804404. OLE color: 9804404.

HSL color Cylindrical-coordinate representation of color #749A95: hue angle of 172.11º 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 #749A95 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB116154149-
CMYK0.2500.030.40
HSL172.11º15.83%52.94%-
HSV(B)172.11º24.68%60.39%-
XYZ24.1828.9932.76-
YUV142.07131.91109.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.68%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=27.68%
G=36.75%
B=35.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161541490.2500.030.40172.1115.8352.94
Hex749A95190328ac1035
Octal1642322253103502542065
Binary11101001001101010010101110010111010001010110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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