#759396

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

Shades of Juniper #759396

Tints of Juniper #759396

Color information

#759396 (or 0x759396) is unknown color: approx Juniper. HEX triplet: 75, 93 and 96. RGB value is (117,147,150). Sum of RGB (Red+Green+Blue) = 117+147+150=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 150 - color contains mainly: blue. Hex color #759396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759396 is #8A6C69. Grayscale: #8A8A8A. Windows color (decimal): -9071722 or 9868149. OLE color: 9868149.

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

Color convert

RGB117147150-
CMYK0.220.0200.41
HSL185.45º13.58%52.35%-
HSV(B)185.45º22%58.82%-
XYZ23.2726.8532.81-
YUV138.37134.56112.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=28.26%
G=35.51%
B=36.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171471500.220.0200.41185.4513.5852.35
Hex759396162029b9e34
Octal1652232262620512711664
Binary1110101100100111001011010110100101001101110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759396; }

 p { color: rgb(117,147,150); }

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

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

 a { background-color: rgb(117,147,150); }

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

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

 span { border-color: rgb(117,147,150); }

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