Html Css Color HEX #719391 Juniper

📋 copy color: '#719391'

red 113 ◦ green 147 ◦ blue 145

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

Shades of Juniper #719391

Tints of Juniper #719391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 27.9%
G = 36.3%
B = 35.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#719391 (or 0x719391) is known color: Juniper. HEX triplet: 71, 93 and 91. RGB value is (113,147,145). Sum of RGB (Red+Green+Blue) = 113+147+145=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #719391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719391 is #8E6C6E. Grayscale: #888888. Windows color (decimal): -9333871 or 9540465. OLE color: 9540465.

HSL color Cylindrical-coordinate representation of color #719391: hue angle of 176.47º 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 #719391 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 147 145 -
CMYK 0.23 0 0.01 0.42
HSL 176.47º 0.14% 0.51% -
HSV(B) 176.47º 0.23% 0.58% -
XYZ 22.35 26.42 30.71 -
YUV 136.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 113 147 145 0.23 0 0.01 0.42 176.47 0.14 0.51
Hex 71 93 91 17 0 1 2A B0 E 33
Octal 161 223 221 27 0 1 52 260 16 63
Binary 1110001 10010011 10010001 10111 0 1 101010 10110000 1110 110011

Color Harmonies of #719391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719391

Black with #719391

Text Example


Text Example

White with #719391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719391; }

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

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

background-color css

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

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

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

border-color css

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

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

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