#759696

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

Shades of Juniper #759696

Tints of Juniper #759696

Color information

#759696 (or 0x759696) is unknown color: approx Juniper. HEX triplet: 75, 96 and 96. RGB value is (117,150,150). Sum of RGB (Red+Green+Blue) = 117+150+150=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #759696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759696 is #8A6969. Grayscale: #8C8C8C. Windows color (decimal): -9070954 or 9868917. OLE color: 9868917.

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

Color convert

RGB117150150-
CMYK0.22000.41
HSL180º13.58%52.35%-
HSV(B)180º22%58.82%-
XYZ23.7527.832.97-
YUV140.13133.57111.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=28.06%
G=35.97%
B=35.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501500.22000.4118013.5852.35
Hex759696160029b4e34
Octal1652262262600512641664
Binary111010110010110100101101011000101001101101001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759696; }

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

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

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

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

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

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

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

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