#749C97

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

Shades of Juniper #749C97

Tints of Juniper #749C97

Color information

#749C97 (or 0x749C97) is unknown color: approx Juniper. HEX triplet: 74, 9C and 97. RGB value is (116,156,151). Sum of RGB (Red+Green+Blue) = 116+156+151=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #749C97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C97 is #8B6368. Grayscale: #8F8F8F. Windows color (decimal): -9134953 or 9935988. OLE color: 9935988.

HSL color Cylindrical-coordinate representation of color #749C97: hue angle of 172.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 #749C97 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB116156151-
CMYK0.2600.030.39
HSL172.5º16.81%53.33%-
HSV(B)172.5º25.64%61.18%-
XYZ24.6829.7233.71-
YUV143.47132.25108.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 151 (59.38% from 255) = 35.70%
R=27.42%
G=36.88%
B=35.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161561510.2600.030.39172.516.8153.33
Hex749C971A0327ac1135
Octal1642342273203472542165
Binary11101001001110010010111110100111001111010110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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