Html Css Color HEX #719291 Juniper

📋 copy color: '#719291'

red 113 ◦ green 146 ◦ blue 145

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

Shades of Juniper #719291

Tints of Juniper #719291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.14%

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

R = 27.97%
G = 36.14%
B = 35.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#719291 (or 0x719291) is known color: Juniper. HEX triplet: 71, 92 and 91. RGB value is (113,146,145). Sum of RGB (Red+Green+Blue) = 113+146+145=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #719291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719291 is #8E6D6E. Grayscale: #878787. Windows color (decimal): -9334127 or 9540209. OLE color: 9540209.

HSL color Cylindrical-coordinate representation of color #719291: hue angle of 178.18º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719291 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 145 -
CMYK 0.23 0 0.01 0.43
HSL 178.18º 0.13% 0.51% -
HSV(B) 178.18º 0.23% 0.57% -
XYZ 22.2 26.11 30.66 -
YUV 136.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 113 146 145 0.23 0 0.01 0.43 178.18 0.13 0.51
Hex 71 92 91 17 0 1 2B B2 D 33
Octal 161 222 221 27 0 1 53 262 15 63
Binary 1110001 10010010 10010001 10111 0 1 101011 10110010 1101 110011

Color Harmonies of #719291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719291

Black with #719291

Text Example


Text Example

White with #719291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719291; }

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

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

background-color css

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

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

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

border-color css

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

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

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