#749D96

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

Shades of Juniper #749D96

Tints of Juniper #749D96

Color information

#749D96 (or 0x749D96) is unknown color: approx Juniper. HEX triplet: 74, 9D and 96. RGB value is (116,157,150). Sum of RGB (Red+Green+Blue) = 116+157+150=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 157 - color contains mainly: green. Hex color #749D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749D96 is #8B6269. Grayscale: #8F8F8F. Windows color (decimal): -9134698 or 9870708. OLE color: 9870708.

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

Color convert

RGB116157150-
CMYK0.2600.040.38
HSL169.76º17.3%53.53%-
HSV(B)169.76º26.11%61.57%-
XYZ24.7630.0333.35-
YUV143.94131.42108.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=27.42%
G=37.12%
B=35.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1161571500.2600.040.38169.7617.353.53
Hex749D961A0426aa1136
Octal1642352263204462522166
Binary111010010011101100101101101001001001101010101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,157,150); }

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

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

 a { background-color: rgb(116,157,150); }

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

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

 span { border-color: rgb(116,157,150); }

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