#749191

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

Shades of Juniper #749191

Tints of Juniper #749191

Color information

#749191 (or 0x749191) is unknown color: approx Juniper. HEX triplet: 74, 91 and 91. RGB value is (116,145,145). Sum of RGB (Red+Green+Blue) = 116+145+145=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #749191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749191 is #8B6E6E. Grayscale: #888888. Windows color (decimal): -9137775 or 9539956. OLE color: 9539956.

HSL color Cylindrical-coordinate representation of color #749191: hue angle of 180º 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 #749191 is Cyan = 0.2, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB116145145-
CMYK0.2000.43
HSL180º11.65%51.18%-
HSV(B)180º20%56.86%-
XYZ22.4426.0130.63-
YUV136.33132.89113.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 145 (57.03% from 255) = 35.71%
R=28.57%
G=35.71%
B=35.71%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161451450.2000.4318011.6551.18
Hex74919114002Bb4c33
Octal1642212212400532641463
Binary111010010010001100100011010000101011101101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749191; }

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

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

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

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

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

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

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

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