#75918D

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

Shades of Juniper #75918D

Tints of Juniper #75918D

Color information

#75918D (or 0x75918D) is unknown color: approx Juniper. HEX triplet: 75, 91 and 8D. RGB value is (117,145,141). Sum of RGB (Red+Green+Blue) = 117+145+141=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 145 - color contains mainly: green. Hex color #75918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75918D is #8A6E72. Grayscale: #888888. Windows color (decimal): -9072243 or 9277813. OLE color: 9277813.

HSL color Cylindrical-coordinate representation of color #75918D: hue angle of 171.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75918D is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB117145141-
CMYK0.1900.030.43
HSL171.43º11.29%51.37%-
HSV(B)171.43º19.31%56.86%-
XYZ22.2725.9629.04-
YUV136.17130.72114.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=29.03%
G=35.98%
B=34.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171451410.1900.030.43171.4311.2951.37
Hex75918D13032Babb33
Octal1652212152303532531363
Binary1110101100100011000110110011011101011101010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75918D; }

 p { color: rgb(117,145,141); }

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

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

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

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

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

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

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