#758E8B

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

Shades of Juniper #758E8B

Tints of Juniper #758E8B

Color information

#758E8B (or 0x758E8B) is unknown color: approx Juniper. HEX triplet: 75, 8E and 8B. RGB value is (117,142,139). Sum of RGB (Red+Green+Blue) = 117+142+139=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 142 - color contains mainly: green. Hex color #758E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758E8B is #8A7174. Grayscale: #868686. Windows color (decimal): -9073013 or 9145973. OLE color: 9145973.

HSL color Cylindrical-coordinate representation of color #758E8B: hue angle of 172.8º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758E8B is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB117142139-
CMYK0.1800.020.44
HSL172.8º9.96%50.78%-
HSV(B)172.8º17.61%55.69%-
XYZ21.6724.9928.11-
YUV134.18130.72115.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=29.40%
G=35.68%
B=34.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171421390.1800.020.44172.89.9650.78
Hex758E8B12022Cada33
Octal1652162132202542551263
Binary1110101100011101000101110010010101100101011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758E8B; }

 p { color: rgb(117,142,139); }

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

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

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

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

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

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

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