Html Css Color HEX #719293 Juniper

📋 copy color: '#719293'

red 113 ◦ green 146 ◦ blue 147

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

Shades of Juniper #719293

Tints of Juniper #719293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.21%

R = 27.83%
G = 35.96%
B = 36.21%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#719293 (or 0x719293) is known color: Juniper. HEX triplet: 71, 92 and 93. RGB value is (113,146,147). Sum of RGB (Red+Green+Blue) = 113+146+147=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #719293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719293 is #8E6D6C. Grayscale: #888888. Windows color (decimal): -9334125 or 9671281. OLE color: 9671281.

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

Color convert

RGB 113 146 147 -
CMYK 0.23 0.01 0 0.42
HSL 181.76º 0.14% 0.51% -
HSV(B) 181.76º 0.23% 0.58% -
XYZ 22.36 26.18 31.48 -
YUV 136.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 113 146 147 0.23 0.01 0 0.42 181.76 0.14 0.51
Hex 71 92 93 17 1 0 2A B6 E 33
Octal 161 222 223 27 1 0 52 266 16 63
Binary 1110001 10010010 10010011 10111 1 0 101010 10110110 1110 110011

Color Harmonies of #719293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719293

Black with #719293

Text Example


Text Example

White with #719293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719293; }

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

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

background-color css

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

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

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

border-color css

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

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

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