#759B9A

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

Shades of Juniper #759B9A

Tints of Juniper #759B9A

Color information

#759B9A (or 0x759B9A) is unknown color: approx Juniper. HEX triplet: 75, 9B and 9A. RGB value is (117,155,154). Sum of RGB (Red+Green+Blue) = 117+155+154=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 155 - color contains mainly: green. Hex color #759B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B9A is #8A6465. Grayscale: #8F8F8F. Windows color (decimal): -9069670 or 10132341. OLE color: 10132341.

HSL color Cylindrical-coordinate representation of color #759B9A: hue angle of 178.42º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759B9A is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB117155154-
CMYK0.2500.010.39
HSL178.42º15.97%53.33%-
HSV(B)178.42º24.52%60.78%-
XYZ24.8929.5634.97-
YUV143.52133.91109.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.46%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=27.46%
G=36.38%
B=36.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171551540.2500.010.39178.4215.9753.33
Hex759B9A190127b21035
Octal1652332323101472622065
Binary1110101100110111001101011001011001111011001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759B9A; }

 p { color: rgb(117,155,154); }

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

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

 a { background-color: rgb(117,155,154); }

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

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

 span { border-color: rgb(117,155,154); }

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