Html Css Color HEX #719591 Juniper

📋 copy color: '#719591'

red 113 ◦ green 149 ◦ blue 145

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

Shades of Juniper #719591

Tints of Juniper #719591

RGB

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

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

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

R = 27.76%
G = 36.61%
B = 35.63%

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

#719591 (or 0x719591) is known color: Juniper. HEX triplet: 71, 95 and 91. RGB value is (113,149,145). Sum of RGB (Red+Green+Blue) = 113+149+145=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #719591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719591 is #8E6A6E. Grayscale: #898989. Windows color (decimal): -9333359 or 9540977. OLE color: 9540977.

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

Color convert

RGB 113 149 145 -
CMYK 0.24 0 0.03 0.42
HSL 173.33º 0.15% 0.51% -
HSV(B) 173.33º 0.24% 0.58% -
XYZ 22.67 27.05 30.81 -
YUV 137.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 113 149 145 0.24 0 0.03 0.42 173.33 0.15 0.51
Hex 71 95 91 18 0 3 2A AD F 33
Octal 161 225 221 30 0 3 52 255 17 63
Binary 1110001 10010101 10010001 11000 0 11 101010 10101101 1111 110011

Color Harmonies of #719591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719591

Black with #719591

Text Example


Text Example

White with #719591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719591; }

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

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

background-color css

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

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

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

border-color css

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

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

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