#72898A

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

Shades of Juniper #72898A

Tints of Juniper #72898A

Color information

#72898A (or 0x72898A) is unknown color: approx Juniper. HEX triplet: 72, 89 and 8A. RGB value is (114,137,138). Sum of RGB (Red+Green+Blue) = 114+137+138=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 138 - color contains mainly: blue. Hex color #72898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72898A is #8D7675. Grayscale: #828282. Windows color (decimal): -9270902 or 9079154. OLE color: 9079154.

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

Color convert

RGB114137138-
CMYK0.170.0100.46
HSL182.5º9.52%49.41%-
HSV(B)182.5º17.39%54.12%-
XYZ20.4723.327.46-
YUV130.24132.38116.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.31%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=29.31%
G=35.22%
B=35.48%

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
Decimal1141371380.170.0100.46182.59.5249.41
Hex72898A11102Eb6a31
Octal1622112122110562661261
Binary111001010001001100010101000110101110101101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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