Html Css Color HEX #719490 Juniper

📋 copy color: '#719490'

red 113 ◦ green 148 ◦ blue 144

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

Shades of Juniper #719490

Tints of Juniper #719490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

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

R = 27.9%
G = 36.54%
B = 35.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#719490 (or 0x719490) is known color: Juniper. HEX triplet: 71, 94 and 90. RGB value is (113,148,144). Sum of RGB (Red+Green+Blue) = 113+148+144=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #719490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719490 is #8E6B6F. Grayscale: #898989. Windows color (decimal): -9333616 or 9475185. OLE color: 9475185.

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

Color convert

RGB 113 148 144 -
CMYK 0.24 0 0.03 0.42
HSL 173.14º 0.14% 0.51% -
HSV(B) 173.14º 0.24% 0.58% -
XYZ 22.43 26.7 30.36 -
YUV 137.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 113 148 144 0.24 0 0.03 0.42 173.14 0.14 0.51
Hex 71 94 90 18 0 3 2A AD E 33
Octal 161 224 220 30 0 3 52 255 16 63
Binary 1110001 10010100 10010000 11000 0 11 101010 10101101 1110 110011

Color Harmonies of #719490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719490

Black with #719490

Text Example


Text Example

White with #719490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719490; }

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

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

background-color css

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

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

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

border-color css

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

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

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