#71898A

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

Shades of Juniper #71898A

Tints of Juniper #71898A

Color information

#71898A (or 0x71898A) is unknown color: approx Juniper. HEX triplet: 71, 89 and 8A. RGB value is (113,137,138). Sum of RGB (Red+Green+Blue) = 113+137+138=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 138 - color contains mainly: blue. Hex color #71898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71898A is #8E7675. Grayscale: #818181. Windows color (decimal): -9336438 or 9079153. OLE color: 9079153.

HSL color Cylindrical-coordinate representation of color #71898A: hue angle of 182.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71898A is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB113137138-
CMYK0.180.0100.46
HSL182.4º9.96%49.22%-
HSV(B)182.4º18.12%54.12%-
XYZ20.3423.2427.46-
YUV129.94132.55115.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.12%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=29.12%
G=35.31%
B=35.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131371380.180.0100.46182.49.9649.22
Hex71898A12102Eb6a31
Octal1612112122210562661261
Binary111000110001001100010101001010101110101101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71898A; }

 p { color: rgb(113,137,138); }

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

<style>
 a { background-color: #71898A; }

 a { background-color: rgb(113,137,138); }

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

<style>
 span { border-color: #71898A; }

 span { border-color: rgb(113,137,138); }

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