Html Css Color HEX #719396 Juniper

📋 copy color: '#719396'

red 113 ◦ green 147 ◦ blue 150

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

Shades of Juniper #719396

Tints of Juniper #719396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.59%

R = 27.56%
G = 35.85%
B = 36.59%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#719396 (or 0x719396) is known color: Juniper. HEX triplet: 71, 93 and 96. RGB value is (113,147,150). Sum of RGB (Red+Green+Blue) = 113+147+150=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 150 - color contains mainly: blue. Hex color #719396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719396 is #8E6C69. Grayscale: #898989. Windows color (decimal): -9333866 or 9868145. OLE color: 9868145.

HSL color Cylindrical-coordinate representation of color #719396: hue angle of 184.86º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #719396 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 147 150 -
CMYK 0.25 0.02 0 0.41
HSL 184.86º 0.15% 0.52% -
HSV(B) 184.86º 0.25% 0.59% -
XYZ 22.75 26.58 32.79 -
YUV 137.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 113 147 150 0.25 0.02 0 0.41 184.86 0.15 0.52
Hex 71 93 96 19 2 0 29 B9 F 34
Octal 161 223 226 31 2 0 51 271 17 64
Binary 1110001 10010011 10010110 11001 10 0 101001 10111001 1111 110100

Color Harmonies of #719396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719396

Black with #719396

Text Example


Text Example

White with #719396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719396; }

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

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

background-color css

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

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

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

border-color css

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

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

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