Html Css Color HEX #719192 Juniper

📋 copy color: '#719192'

red 113 ◦ green 145 ◦ blue 146

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

Shades of Juniper #719192

Tints of Juniper #719192

RGB

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

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

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

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

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

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

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

Color convert

RGB 113 145 146 -
CMYK 0.23 0.01 0 0.43
HSL 181.82º 0.13% 0.51% -
HSV(B) 181.82º 0.23% 0.57% -
XYZ 22.12 25.84 31.02 -
YUV 135.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 113 145 146 0.23 0.01 0 0.43 181.82 0.13 0.51
Hex 71 91 92 17 1 0 2B B6 D 33
Octal 161 221 222 27 1 0 53 266 15 63
Binary 1110001 10010001 10010010 10111 1 0 101011 10110110 1101 110011

Color Harmonies of #719192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719192

Black with #719192

Text Example


Text Example

White with #719192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719192; }

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

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

background-color css

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

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

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

border-color css

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

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

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