#759B94

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

Shades of Juniper #759B94

Tints of Juniper #759B94

Color information

#759B94 (or 0x759B94) is unknown color: approx Juniper. HEX triplet: 75, 9B and 94. RGB value is (117,155,148). Sum of RGB (Red+Green+Blue) = 117+155+148=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 155 - color contains mainly: green. Hex color #759B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B94 is #8A646B. Grayscale: #8E8E8E. Windows color (decimal): -9069676 or 9739125. OLE color: 9739125.

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

Color convert

RGB117155148-
CMYK0.2500.050.39
HSL168.95º15.97%53.33%-
HSV(B)168.95º24.52%60.78%-
XYZ24.429.3632.4-
YUV142.84130.91109.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 155 (60.94% from 255) = 36.90%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=27.86%
G=36.90%
B=35.24%

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
Decimal1171551480.2500.050.39168.9515.9753.33
Hex759B94190527a91035
Octal1652332243105472512065
Binary111010110011011100101001100101011001111010100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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