#72908E

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

Shades of Juniper #72908E

Tints of Juniper #72908E

Color information

#72908E (or 0x72908E) is unknown color: approx Juniper. HEX triplet: 72, 90 and 8E. RGB value is (114,144,142). Sum of RGB (Red+Green+Blue) = 114+144+142=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 144 - color contains mainly: green. Hex color #72908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72908E is #8D6F71. Grayscale: #868686. Windows color (decimal): -9269106 or 9343090. OLE color: 9343090.

HSL color Cylindrical-coordinate representation of color #72908E: hue angle of 176º 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 #72908E is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB114144142-
CMYK0.2100.010.44
HSL176º11.9%50.59%-
HSV(B)176º20.83%56.47%-
XYZ21.825.4829.36-
YUV134.8132.06113.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.5%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 142 (55.86% from 255) = 35.5%
R=28.5%
G=36%
B=35.5%

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
Decimal1141441420.2100.010.4417611.950.59
Hex72908E15012Cb0c33
Octal1622202162501542601463
Binary111001010010000100011101010101101100101100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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