#759B93

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

Shades of Juniper #759B93

Tints of Juniper #759B93

Color information

#759B93 (or 0x759B93) is unknown color: approx Juniper. HEX triplet: 75, 9B and 93. RGB value is (117,155,147). Sum of RGB (Red+Green+Blue) = 117+155+147=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #759B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B93 is #8A646C. Grayscale: #8E8E8E. Windows color (decimal): -9069677 or 9673589. OLE color: 9673589.

HSL color Cylindrical-coordinate representation of color #759B93: hue angle of 167.37º 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 #759B93 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB117155147-
CMYK0.2500.050.39
HSL167.37º15.97%53.33%-
HSV(B)167.37º24.52%60.78%-
XYZ24.3229.3331.98-
YUV142.73130.41109.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 155 (60.94% from 255) = 36.99%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=27.92%
G=36.99%
B=35.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171551470.2500.050.39167.3715.9753.33
Hex759B93190527a71035
Octal1652332233105472472065
Binary111010110011011100100111100101011001111010011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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