#71928E

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

Shades of Juniper #71928E

Tints of Juniper #71928E

Color information

#71928E (or 0x71928E) is unknown color: approx Juniper. HEX triplet: 71, 92 and 8E. RGB value is (113,146,142). Sum of RGB (Red+Green+Blue) = 113+146+142=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #71928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71928E is #8E6D71. Grayscale: #878787. Windows color (decimal): -9334130 or 9343601. OLE color: 9343601.

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

Color convert

RGB113146142-
CMYK0.2300.030.43
HSL172.73º13.15%50.78%-
HSV(B)172.73º22.6%57.25%-
XYZ21.9726.0229.46-
YUV135.68131.57111.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.18%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=28.18%
G=36.41%
B=35.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131461420.2300.030.43172.7313.1550.78
Hex71928E17032Badd33
Octal1612222162703532551563
Binary1110001100100101000111010111011101011101011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,146,142); }

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

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

 a { background-color: rgb(113,146,142); }

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

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

 span { border-color: rgb(113,146,142); }

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