#749C9B

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

Shades of Juniper #749C9B

Tints of Juniper #749C9B

Color information

#749C9B (or 0x749C9B) is unknown color: approx Juniper. HEX triplet: 74, 9C and 9B. RGB value is (116,156,155). Sum of RGB (Red+Green+Blue) = 116+156+155=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 156 - color contains mainly: green. Hex color #749C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C9B is #8B6364. Grayscale: #8F8F8F. Windows color (decimal): -9134949 or 10198132. OLE color: 10198132.

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

Color convert

RGB116156155-
CMYK0.2600.010.39
HSL178.5º16.81%53.33%-
HSV(B)178.5º25.64%61.18%-
XYZ25.0129.8635.46-
YUV143.93134.25108.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.17%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=27.17%
G=36.53%
B=36.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161561550.2600.010.39178.516.8153.33
Hex749C9B1A0127b21135
Octal1642342333201472622165
Binary1110100100111001001101111010011001111011001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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