Html Css Color HEX #71938E Juniper

📋 copy color: '#71938E'

red 113 ◦ green 147 ◦ blue 142

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

Shades of Juniper #71938E

Tints of Juniper #71938E

RGB

 RED value IS 113 (44.53% from 255) = 28.11%

 GREEN value IS 147 (57.81% from 255) = 36.57%

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 28.11%
G = 36.57%
B = 35.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#71938E (or 0x71938E) is known color: Juniper. HEX triplet: 71, 93 and 8E. RGB value is (113,147,142). Sum of RGB (Red+Green+Blue) = 113+147+142=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #71938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71938E is #8E6C71. Grayscale: #888888. Windows color (decimal): -9333874 or 9343857. OLE color: 9343857.

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

Color convert

RGB 113 147 142 -
CMYK 0.23 0 0.03 0.42
HSL 171.18º 0.14% 0.51% -
HSV(B) 171.18º 0.23% 0.58% -
XYZ 22.13 26.33 29.51 -
YUV 136.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 113 147 142 0.23 0 0.03 0.42 171.18 0.14 0.51
Hex 71 93 8E 17 0 3 2A AB E 33
Octal 161 223 216 27 0 3 52 253 16 63
Binary 1110001 10010011 10001110 10111 0 11 101010 10101011 1110 110011

Color Harmonies of #71938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71938E

Black with #71938E

Text Example


Text Example

White with #71938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71938E;
 }
 .AnyTagClassName
 {
   color: #71938E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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