#73979A

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

Shades of Juniper #73979A

Tints of Juniper #73979A

Color information

#73979A (or 0x73979A) is unknown color: approx Juniper. HEX triplet: 73, 97 and 9A. RGB value is (115,151,154). Sum of RGB (Red+Green+Blue) = 115+151+154=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #73979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73979A is #8C6865. Grayscale: #8C8C8C. Windows color (decimal): -9201766 or 10131315. OLE color: 10131315.

HSL color Cylindrical-coordinate representation of color #73979A: hue angle of 184.62º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73979A is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB115151154-
CMYK0.250.0200.40
HSL184.62º16.18%52.75%-
HSV(B)184.62º25.32%60.39%-
XYZ23.9728.1134.73-
YUV140.58135.57109.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 154 (60.55% from 255) = 36.67%
R=27.38%
G=35.95%
B=36.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151511540.250.0200.40184.6216.1852.75
Hex73979A192028b91035
Octal1632272323120502712065
Binary11100111001011110011010110011001010001011100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73979A; }

 p { color: rgb(115,151,154); }

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

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

 a { background-color: rgb(115,151,154); }

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

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

 span { border-color: rgb(115,151,154); }

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