#72948F

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

Shades of Juniper #72948F

Tints of Juniper #72948F

Color information

#72948F (or 0x72948F) is unknown color: approx Juniper. HEX triplet: 72, 94 and 8F. RGB value is (114,148,143). Sum of RGB (Red+Green+Blue) = 114+148+143=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #72948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72948F is #8D6B70. Grayscale: #898989. Windows color (decimal): -9268081 or 9409650. OLE color: 9409650.

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

Color convert

RGB114148143-
CMYK0.2300.030.42
HSL171.18º13.71%51.37%-
HSV(B)171.18º22.97%58.04%-
XYZ22.4926.7429.96-
YUV137.26131.24111.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=28.15%
G=36.54%
B=35.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141481430.2300.030.42171.1813.7151.37
Hex72948F17032Aabe33
Octal1622242172703522531663
Binary1110010100101001000111110111011101010101010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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