Html Css Color HEX #719E97 Juniper

📋 copy color: '#719E97'

red 113 ◦ green 158 ◦ blue 151

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

Shades of Juniper #719E97

Tints of Juniper #719E97

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.44%

 BLUE value IS 151 (59.38% from 255) = 35.78%

R = 26.78%
G = 37.44%
B = 35.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#719E97 (or 0x719E97) is known color: Juniper. HEX triplet: 71, 9E and 97. RGB value is (113,158,151). Sum of RGB (Red+Green+Blue) = 113+158+151=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 158 - color contains mainly: green. Hex color #719E97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719E97 is #8E6168. Grayscale: #8F8F8F. Windows color (decimal): -9331049 or 9936497. OLE color: 9936497.

HSL color Cylindrical-coordinate representation of color #719E97: hue angle of 170.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719E97 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 158 151 -
CMYK 0.28 0 0.04 0.38
HSL 170.67º 0.19% 0.53% -
HSV(B) 170.67º 0.28% 0.62% -
XYZ 24.62 30.2 33.81 -
YUV 143.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 113 158 151 0.28 0 0.04 0.38 170.67 0.19 0.53
Hex 71 9E 97 1C 0 4 26 AB 13 35
Octal 161 236 227 34 0 4 46 253 23 65
Binary 1110001 10011110 10010111 11100 0 100 100110 10101011 10011 110101

Color Harmonies of #719E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719E97

Black with #719E97

Text Example


Text Example

White with #719E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719E97; }

 p { color: rgb(113,158,151); }

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

background-color css

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

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

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

border-color css

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

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

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