#759697

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

Shades of Juniper #759697

Tints of Juniper #759697

Color information

#759697 (or 0x759697) is unknown color: approx Juniper. HEX triplet: 75, 96 and 97. RGB value is (117,150,151). Sum of RGB (Red+Green+Blue) = 117+150+151=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 151 - color contains mainly: blue. Hex color #759697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759697 is #8A6968. Grayscale: #8C8C8C. Windows color (decimal): -9070953 or 9934453. OLE color: 9934453.

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

Color convert

RGB117150151-
CMYK0.230.0100.41
HSL181.76º14.05%52.55%-
HSV(B)181.76º22.52%59.22%-
XYZ23.8327.8333.39-
YUV140.25134.07111.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=27.99%
G=35.89%
B=36.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501510.230.0100.41181.7614.0552.55
Hex759697171029b6e35
Octal1652262272710512661665
Binary111010110010110100101111011110101001101101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759697; }

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

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

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

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

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

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

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

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