Html Css Color HEX #719190 Juniper

📋 copy color: '#719190'

red 113 ◦ green 145 ◦ blue 144

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

Shades of Juniper #719190

Tints of Juniper #719190

RGB

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

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

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

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

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

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

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

Color convert

RGB 113 145 144 -
CMYK 0.22 0 0.01 0.43
HSL 178.13º 0.13% 0.51% -
HSV(B) 178.13º 0.22% 0.57% -
XYZ 21.97 25.78 30.2 -
YUV 135.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 113 145 144 0.22 0 0.01 0.43 178.13 0.13 0.51
Hex 71 91 90 16 0 1 2B B2 D 33
Octal 161 221 220 26 0 1 53 262 15 63
Binary 1110001 10010001 10010000 10110 0 1 101011 10110010 1101 110011

Color Harmonies of #719190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719190

Black with #719190

Text Example


Text Example

White with #719190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719190; }

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

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

background-color css

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

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

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

border-color css

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

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

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