#72918E

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

Shades of Juniper #72918E

Tints of Juniper #72918E

Color information

#72918E (or 0x72918E) is unknown color: approx Juniper. HEX triplet: 72, 91 and 8E. RGB value is (114,145,142). Sum of RGB (Red+Green+Blue) = 114+145+142=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #72918E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72918E is #8D6E71. Grayscale: #878787. Windows color (decimal): -9268850 or 9343346. OLE color: 9343346.

HSL color Cylindrical-coordinate representation of color #72918E: hue angle of 174.19º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72918E is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB114145142-
CMYK0.2100.020.43
HSL174.19º12.35%50.78%-
HSV(B)174.19º21.38%56.86%-
XYZ21.9525.7829.41-
YUV135.39131.73112.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.43%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=28.43%
G=36.16%
B=35.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141451420.2100.020.43174.1912.3550.78
Hex72918E15022Baec33
Octal1622212162502532561463
Binary1110010100100011000111010101010101011101011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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