#749091

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

Shades of Juniper #749091

Tints of Juniper #749091

Color information

#749091 (or 0x749091) is unknown color: approx Juniper. HEX triplet: 74, 90 and 91. RGB value is (116,144,145). Sum of RGB (Red+Green+Blue) = 116+144+145=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 145 - color contains mainly: blue. Hex color #749091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749091 is #8B6F6E. Grayscale: #878787. Windows color (decimal): -9138031 or 9539700. OLE color: 9539700.

HSL color Cylindrical-coordinate representation of color #749091: hue angle of 182.07º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #749091 is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB116144145-
CMYK0.20.0100.43
HSL182.07º11.65%51.18%-
HSV(B)182.07º20%56.86%-
XYZ22.2925.730.57-
YUV135.74133.22113.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.64%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 145 (57.03% from 255) = 35.80%
R=28.64%
G=35.56%
B=35.80%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161441450.20.0100.43182.0711.6551.18
Hex74909114102Bb6c33
Octal1642202212410532661463
Binary111010010010000100100011010010101011101101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749091; }

 p { color: rgb(116,144,145); }

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

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

 a { background-color: rgb(116,144,145); }

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

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

 span { border-color: rgb(116,144,145); }

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