#73918D

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

Shades of Juniper #73918D

Tints of Juniper #73918D

Color information

#73918D (or 0x73918D) is unknown color: approx Juniper. HEX triplet: 73, 91 and 8D. RGB value is (115,145,141). Sum of RGB (Red+Green+Blue) = 115+145+141=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #73918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73918D is #8C6E72. Grayscale: #878787. Windows color (decimal): -9203315 or 9277811. OLE color: 9277811.

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

Color convert

RGB115145141-
CMYK0.2100.030.43
HSL172º12%50.98%-
HSV(B)172º20.69%56.86%-
XYZ2225.8229.02-
YUV135.57131.06113.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.68%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=28.68%
G=36.16%
B=35.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151451410.2100.030.431721250.98
Hex73918D15032Bacc33
Octal1632212152503532541463
Binary1110011100100011000110110101011101011101011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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