#73898A

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

Shades of Juniper #73898A

Tints of Juniper #73898A

Color information

#73898A (or 0x73898A) is unknown color: approx Juniper. HEX triplet: 73, 89 and 8A. RGB value is (115,137,138). Sum of RGB (Red+Green+Blue) = 115+137+138=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: blue. Hex color #73898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73898A is #8C7675. Grayscale: #828282. Windows color (decimal): -9205366 or 9079155. OLE color: 9079155.

HSL color Cylindrical-coordinate representation of color #73898A: hue angle of 182.61º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73898A is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB115137138-
CMYK0.170.0100.46
HSL182.61º9.09%49.61%-
HSV(B)182.61º16.67%54.12%-
XYZ20.623.3727.47-
YUV130.54132.21116.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=29.49%
G=35.13%
B=35.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151371380.170.0100.46182.619.0949.61
Hex73898A11102Eb7932
Octal1632112122110562671162
Binary111001110001001100010101000110101110101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,137,138); }

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

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

 a { background-color: rgb(115,137,138); }

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

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

 span { border-color: rgb(115,137,138); }

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