Html Css Color HEX #719590 Juniper

📋 copy color: '#719590'

red 113 ◦ green 149 ◦ blue 144

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

Shades of Juniper #719590

Tints of Juniper #719590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

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

R = 27.83%
G = 36.7%
B = 35.47%

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

#719590 (or 0x719590) is known color: Juniper. HEX triplet: 71, 95 and 90. RGB value is (113,149,144). Sum of RGB (Red+Green+Blue) = 113+149+144=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #719590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719590 is #8E6A6F. Grayscale: #898989. Windows color (decimal): -9333360 or 9475441. OLE color: 9475441.

HSL color Cylindrical-coordinate representation of color #719590: hue angle of 171.67º degrees, saturation: 0.15, 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 #719590 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 149 144 -
CMYK 0.24 0 0.03 0.42
HSL 171.67º 0.15% 0.51% -
HSV(B) 171.67º 0.24% 0.58% -
XYZ 22.59 27.02 30.41 -
YUV 137.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 113 149 144 0.24 0 0.03 0.42 171.67 0.15 0.51
Hex 71 95 90 18 0 3 2A AC F 33
Octal 161 225 220 30 0 3 52 254 17 63
Binary 1110001 10010101 10010000 11000 0 11 101010 10101100 1111 110011

Color Harmonies of #719590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719590

Black with #719590

Text Example


Text Example

White with #719590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719590; }

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

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

background-color css

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

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

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

border-color css

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

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

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