#749691

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

Shades of Juniper #749691

Tints of Juniper #749691

Color information

#749691 (or 0x749691) is unknown color: approx Juniper. HEX triplet: 74, 96 and 91. RGB value is (116,150,145). Sum of RGB (Red+Green+Blue) = 116+150+145=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 150 - color contains mainly: green. Hex color #749691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749691 is #8B696E. Grayscale: #8B8B8B. Windows color (decimal): -9136495 or 9541236. OLE color: 9541236.

HSL color Cylindrical-coordinate representation of color #749691: hue angle of 171.18º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #749691 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB116150145-
CMYK0.2300.030.41
HSL171.18º13.93%52.16%-
HSV(B)171.18º22.67%58.82%-
XYZ23.2227.5730.89-
YUV139.26131.24111.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.22%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 145 (57.03% from 255) = 35.28%
R=28.22%
G=36.50%
B=35.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161501450.2300.030.41171.1813.9352.16
Hex749691170329abe34
Octal1642262212703512531664
Binary1110100100101101001000110111011101001101010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749691; }

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

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

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

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

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

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

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

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