#73948F

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

Shades of Juniper #73948F

Tints of Juniper #73948F

Color information

#73948F (or 0x73948F) is unknown color: approx Juniper. HEX triplet: 73, 94 and 8F. RGB value is (115,148,143). Sum of RGB (Red+Green+Blue) = 115+148+143=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #73948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73948F is #8C6B70. Grayscale: #898989. Windows color (decimal): -9202545 or 9409651. OLE color: 9409651.

HSL color Cylindrical-coordinate representation of color #73948F: hue angle of 170.91º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73948F is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB115148143-
CMYK0.2200.030.42
HSL170.91º13.36%51.57%-
HSV(B)170.91º22.3%58.04%-
XYZ22.6226.8129.97-
YUV137.56131.07111.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.33%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=28.33%
G=36.45%
B=35.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151481430.2200.030.42170.9113.3651.57
Hex73948F16032Aabd34
Octal1632242172603522531564
Binary1110011100101001000111110110011101010101010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73948F; }

 p { color: rgb(115,148,143); }

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

<style>
 a { background-color: #73948F; }

 a { background-color: rgb(115,148,143); }

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

<style>
 span { border-color: #73948F; }

 span { border-color: rgb(115,148,143); }

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