#758988

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

Shades of Juniper #758988

Tints of Juniper #758988

Color information

#758988 (or 0x758988) is unknown color: approx Juniper. HEX triplet: 75, 89 and 88. RGB value is (117,137,136). Sum of RGB (Red+Green+Blue) = 117+137+136=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 137 - color contains mainly: green. Hex color #758988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758988 is #8A7677. Grayscale: #828282. Windows color (decimal): -9074296 or 8948085. OLE color: 8948085.

HSL color Cylindrical-coordinate representation of color #758988: hue angle of 177º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758988 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB117137136-
CMYK0.1500.010.46
HSL177º7.87%49.8%-
HSV(B)177º14.6%53.73%-
XYZ20.7323.4526.73-
YUV130.91130.87118.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=30%
G=35.13%
B=34.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171371360.1500.010.461777.8749.8
Hex758988F012Eb1832
Octal1652112101701562611062
Binary11101011000100110001000111101101110101100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758988; }

 p { color: rgb(117,137,136); }

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

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

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

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

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

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

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