Html Css Color HEX #719091 Juniper

📋 copy color: '#719091'

red 113 ◦ green 144 ◦ blue 145

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

Shades of Juniper #719091

Tints of Juniper #719091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.82%

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

R = 28.11%
G = 35.82%
B = 36.07%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#719091 (or 0x719091) is known color: Juniper. HEX triplet: 71, 90 and 91. RGB value is (113,144,145). Sum of RGB (Red+Green+Blue) = 113+144+145=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 145 - color contains mainly: blue. Hex color #719091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719091 is #8E6F6E. Grayscale: #868686. Windows color (decimal): -9334639 or 9539697. OLE color: 9539697.

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

Color convert

RGB 113 144 145 -
CMYK 0.22 0.01 0 0.43
HSL 181.88º 0.13% 0.51% -
HSV(B) 181.88º 0.22% 0.57% -
XYZ 21.89 25.5 30.56 -
YUV 134.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 113 144 145 0.22 0.01 0 0.43 181.88 0.13 0.51
Hex 71 90 91 16 1 0 2B B6 D 33
Octal 161 220 221 26 1 0 53 266 15 63
Binary 1110001 10010000 10010001 10110 1 0 101011 10110110 1101 110011

Color Harmonies of #719091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719091

Black with #719091

Text Example


Text Example

White with #719091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719091; }

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

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

background-color css

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

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

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

border-color css

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

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

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