#71918F

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

Shades of Juniper #71918F

Tints of Juniper #71918F

Color information

#71918F (or 0x71918F) is unknown color: approx Juniper. HEX triplet: 71, 91 and 8F. RGB value is (113,145,143). Sum of RGB (Red+Green+Blue) = 113+145+143=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #71918F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71918F is #8E6E70. Grayscale: #878787. Windows color (decimal): -9334385 or 9408881. OLE color: 9408881.

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

Color convert

RGB113145143-
CMYK0.2200.010.43
HSL176.25º12.7%50.59%-
HSV(B)176.25º22.07%56.86%-
XYZ21.8925.7429.8-
YUV135.2132.4112.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.18%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=28.18%
G=36.16%
B=35.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131451430.2200.010.43176.2512.750.59
Hex71918F16012Bb0d33
Octal1612212172601532601563
Binary111000110010001100011111011001101011101100001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,145,143); }

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

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

 a { background-color: rgb(113,145,143); }

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

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

 span { border-color: rgb(113,145,143); }

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