Html Css Color HEX #719D99 Juniper

📋 copy color: '#719D99'

red 113 ◦ green 157 ◦ blue 153

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

Shades of Juniper #719D99

Tints of Juniper #719D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.12%

 BLUE value IS 153 (60.16% from 255) = 36.17%

R = 26.71%
G = 37.12%
B = 36.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#719D99 (or 0x719D99) is known color: Juniper. HEX triplet: 71, 9D and 99. RGB value is (113,157,153). Sum of RGB (Red+Green+Blue) = 113+157+153=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 157 - color contains mainly: green. Hex color #719D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719D99 is #8E6266. Grayscale: #8F8F8F. Windows color (decimal): -9331303 or 10067313. OLE color: 10067313.

HSL color Cylindrical-coordinate representation of color #719D99: hue angle of 174.55º degrees, saturation: 0.18, 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 #719D99 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 157 153 -
CMYK 0.28 0 0.03 0.38
HSL 174.55º 0.18% 0.53% -
HSV(B) 174.55º 0.28% 0.62% -
XYZ 24.62 29.92 34.62 -
YUV 143.39 133.42 106.33 -
System Red Green Blue C M Y K H S L
Decimal 113 157 153 0.28 0 0.03 0.38 174.55 0.18 0.53
Hex 71 9D 99 1C 0 3 26 AF 12 35
Octal 161 235 231 34 0 3 46 257 22 65
Binary 1110001 10011101 10011001 11100 0 11 100110 10101111 10010 110101

Color Harmonies of #719D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719D99

Black with #719D99

Text Example


Text Example

White with #719D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,157,153); }

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

background-color css

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

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

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

border-color css

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

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

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