#759395

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

Shades of Juniper #759395

Tints of Juniper #759395

Color information

#759395 (or 0x759395) is unknown color: approx Juniper. HEX triplet: 75, 93 and 95. RGB value is (117,147,149). Sum of RGB (Red+Green+Blue) = 117+147+149=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #759395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759395 is #8A6C6A. Grayscale: #8A8A8A. Windows color (decimal): -9071723 or 9802613. OLE color: 9802613.

HSL color Cylindrical-coordinate representation of color #759395: hue angle of 183.75º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759395 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117147149-
CMYK0.210.0100.42
HSL183.75º13.11%52.16%-
HSV(B)183.75º21.48%58.43%-
XYZ23.1926.8232.39-
YUV138.26134.06112.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.33%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=28.33%
G=35.59%
B=36.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171471490.210.0100.42183.7513.1152.16
Hex75939515102Ab8d34
Octal1652232252510522701564
Binary111010110010011100101011010110101010101110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759395; }

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

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

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

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

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

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

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

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