#75908E

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

Shades of Juniper #75908E

Tints of Juniper #75908E

Color information

#75908E (or 0x75908E) is unknown color: approx Juniper. HEX triplet: 75, 90 and 8E. RGB value is (117,144,142). Sum of RGB (Red+Green+Blue) = 117+144+142=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #75908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75908E is #8A6F71. Grayscale: #878787. Windows color (decimal): -9072498 or 9343093. OLE color: 9343093.

HSL color Cylindrical-coordinate representation of color #75908E: hue angle of 175.56º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75908E is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB117144142-
CMYK0.1900.010.44
HSL175.56º10.84%51.18%-
HSV(B)175.56º18.75%56.47%-
XYZ22.1925.6829.38-
YUV135.7131.55114.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=29.03%
G=35.73%
B=35.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171441420.1900.010.44175.5610.8451.18
Hex75908E13012Cb0b33
Octal1652202162301542601363
Binary111010110010000100011101001101101100101100001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75908E; }

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

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

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

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

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

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

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

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