Html Css Color HEX #719C97 Juniper

📋 copy color: '#719C97'

red 113 ◦ green 156 ◦ blue 151

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

Shades of Juniper #719C97

Tints of Juniper #719C97

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.14%

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

R = 26.9%
G = 37.14%
B = 35.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#719C97 (or 0x719C97) is known color: Juniper. HEX triplet: 71, 9C and 97. RGB value is (113,156,151). Sum of RGB (Red+Green+Blue) = 113+156+151=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 156 - color contains mainly: green. Hex color #719C97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719C97 is #8E6368. Grayscale: #8E8E8E. Windows color (decimal): -9331561 or 9935985. OLE color: 9935985.

HSL color Cylindrical-coordinate representation of color #719C97: hue angle of 173.02º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719C97 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 156 151 -
CMYK 0.28 0 0.03 0.39
HSL 173.02º 0.18% 0.53% -
HSV(B) 173.02º 0.28% 0.61% -
XYZ 24.28 29.52 33.7 -
YUV 142.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 113 156 151 0.28 0 0.03 0.39 173.02 0.18 0.53
Hex 71 9C 97 1C 0 3 27 AD 12 35
Octal 161 234 227 34 0 3 47 255 22 65
Binary 1110001 10011100 10010111 11100 0 11 100111 10101101 10010 110101

Color Harmonies of #719C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719C97

Black with #719C97

Text Example


Text Example

White with #719C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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