#749C99

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

Shades of Juniper #749C99

Tints of Juniper #749C99

Color information

#749C99 (or 0x749C99) is unknown color: approx Juniper. HEX triplet: 74, 9C and 99. RGB value is (116,156,153). Sum of RGB (Red+Green+Blue) = 116+156+153=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 156 - color contains mainly: green. Hex color #749C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C99 is #8B6366. Grayscale: #8F8F8F. Windows color (decimal): -9134951 or 10067060. OLE color: 10067060.

HSL color Cylindrical-coordinate representation of color #749C99: hue angle of 175.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749C99 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB116156153-
CMYK0.2600.020.39
HSL175.5º16.81%53.33%-
HSV(B)175.5º25.64%61.18%-
XYZ24.8429.7934.58-
YUV143.7133.25108.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.29%
GREEN value IS 156 (61.33% from 255) = 36.71%
BLUE value IS 153 (60.16% from 255) = 36%
R=27.29%
G=36.71%
B=36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161561530.2600.020.39175.516.8153.33
Hex749C991A0227af1135
Octal1642342313202472572165
Binary11101001001110010011001110100101001111010111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,156,153); }

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

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

 a { background-color: rgb(116,156,153); }

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

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

 span { border-color: rgb(116,156,153); }

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