Html Css Color HEX #719393 Juniper

📋 copy color: '#719393'

red 113 ◦ green 147 ◦ blue 147

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

Shades of Juniper #719393

Tints of Juniper #719393

RGB

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

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

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

R = 27.76%
G = 36.12%
B = 36.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#719393 (or 0x719393) is known color: Juniper. HEX triplet: 71, 93 and 93. RGB value is (113,147,147). Sum of RGB (Red+Green+Blue) = 113+147+147=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #719393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719393 is #8E6C6C. Grayscale: #888888. Windows color (decimal): -9333869 or 9671537. OLE color: 9671537.

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

Color convert

RGB 113 147 147 -
CMYK 0.23 0 0 0.42
HSL 180º 0.14% 0.51% -
HSV(B) 180º 0.23% 0.58% -
XYZ 22.51 26.48 31.53 -
YUV 136.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 113 147 147 0.23 0 0 0.42 180 0.14 0.51
Hex 71 93 93 17 0 0 2A B4 E 33
Octal 161 223 223 27 0 0 52 264 16 63
Binary 1110001 10010011 10010011 10111 0 0 101010 10110100 1110 110011

Color Harmonies of #719393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719393

Black with #719393

Text Example


Text Example

White with #719393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719393; }

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

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

background-color css

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

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

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

border-color css

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

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

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