#749B9A

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

Shades of Juniper #749B9A

Tints of Juniper #749B9A

Color information

#749B9A (or 0x749B9A) is unknown color: approx Juniper. HEX triplet: 74, 9B and 9A. RGB value is (116,155,154). Sum of RGB (Red+Green+Blue) = 116+155+154=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 155 - color contains mainly: green. Hex color #749B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749B9A is #8B6465. Grayscale: #8F8F8F. Windows color (decimal): -9135206 or 10132340. OLE color: 10132340.

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

Color convert

RGB116155154-
CMYK0.2500.010.39
HSL178.46º16.32%53.14%-
HSV(B)178.46º25.16%60.78%-
XYZ24.7629.4934.96-
YUV143.22134.08108.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.29%
GREEN value IS 155 (60.94% from 255) = 36.47%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=27.29%
G=36.47%
B=36.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1161551540.2500.010.39178.4616.3253.14
Hex749B9A190127b21035
Octal1642332323101472622065
Binary1110100100110111001101011001011001111011001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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