Html Css Color HEX #719392 Juniper

📋 copy color: '#719392'

red 113 ◦ green 147 ◦ blue 146

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

Shades of Juniper #719392

Tints of Juniper #719392

RGB

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

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

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

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

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 113 147 146 -
CMYK 0.23 0 0.01 0.42
HSL 178.24º 0.14% 0.51% -
HSV(B) 178.24º 0.23% 0.58% -
XYZ 22.43 26.45 31.12 -
YUV 136.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 113 147 146 0.23 0 0.01 0.42 178.24 0.14 0.51
Hex 71 93 92 17 0 1 2A B2 E 33
Octal 161 223 222 27 0 1 52 262 16 63
Binary 1110001 10010011 10010010 10111 0 1 101010 10110010 1110 110011

Color Harmonies of #719392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719392

Black with #719392

Text Example


Text Example

White with #719392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719392; }

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

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

background-color css

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

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

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

border-color css

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

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

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