#72908F

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

Shades of Juniper #72908F

Tints of Juniper #72908F

Color information

#72908F (or 0x72908F) is unknown color: approx Juniper. HEX triplet: 72, 90 and 8F. RGB value is (114,144,143). Sum of RGB (Red+Green+Blue) = 114+144+143=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 144 - color contains mainly: green. Hex color #72908F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72908F is #8D6F70. Grayscale: #868686. Windows color (decimal): -9269105 or 9408626. OLE color: 9408626.

HSL color Cylindrical-coordinate representation of color #72908F: hue angle of 178º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72908F is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB114144143-
CMYK0.2100.010.44
HSL178º11.9%50.59%-
HSV(B)178º20.83%56.47%-
XYZ21.8725.5129.76-
YUV134.92132.56113.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.43%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=28.43%
G=35.91%
B=35.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141441430.2100.010.4417811.950.59
Hex72908F15012Cb2c33
Octal1622202172501542621463
Binary111001010010000100011111010101101100101100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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