#72938F

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

Shades of Juniper #72938F

Tints of Juniper #72938F

Color information

#72938F (or 0x72938F) is unknown color: approx Juniper. HEX triplet: 72, 93 and 8F. RGB value is (114,147,143). Sum of RGB (Red+Green+Blue) = 114+147+143=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #72938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72938F is #8D6C70. Grayscale: #888888. Windows color (decimal): -9268337 or 9409394. OLE color: 9409394.

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

Color convert

RGB114147143-
CMYK0.2200.030.42
HSL172.73º13.25%51.18%-
HSV(B)172.73º22.45%57.65%-
XYZ22.3326.4329.91-
YUV136.68131.57111.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=28.22%
G=36.39%
B=35.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141471430.2200.030.42172.7313.2551.18
Hex72938F16032Aadd33
Octal1622232172603522551563
Binary1110010100100111000111110110011101010101011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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