Html Css Color HEX #71898A Juniper

📋 copy color: '#71898A'

red 113 ◦ green 137 ◦ blue 138

#71898A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #71898A

Tints of Juniper #71898A

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.3% from 255) = 35.57%

R = 29.12%
G = 35.31%
B = 35.57%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71898A (or 0x71898A) is known color: 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

RGB 113 137 138 -
CMYK 0.18 0.01 0 0.46
HSL 182.4º 0.1% 0.49% -
HSV(B) 182.4º 0.18% 0.54% -
XYZ 20.34 23.24 27.46 -
YUV 129.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 113 137 138 0.18 0.01 0 0.46 182.4 0.1 0.49
Hex 71 89 8A 12 1 0 2E B6 A 31
Octal 161 211 212 22 1 0 56 266 12 61
Binary 1110001 10001001 10001010 10010 1 0 101110 10110110 1010 110001

Color Harmonies of #71898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71898A

Black with #71898A

Text Example


Text Example

White with #71898A

Text Example


Text Example

HTML Codes & Css Web 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>