Html Css Color HEX #719F99 Juniper

📋 copy color: '#719F99'

red 113 ◦ green 159 ◦ blue 153

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

Shades of Juniper #719F99

Tints of Juniper #719F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.41%

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

R = 26.59%
G = 37.41%
B = 36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#719F99 (or 0x719F99) is known color: Juniper. HEX triplet: 71, 9F and 99. RGB value is (113,159,153). Sum of RGB (Red+Green+Blue) = 113+159+153=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #719F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719F99 is #8E6066. Grayscale: #909090. Windows color (decimal): -9330791 or 10067825. OLE color: 10067825.

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

Color convert

RGB 113 159 153 -
CMYK 0.29 0 0.04 0.38
HSL 172.17º 0.19% 0.53% -
HSV(B) 172.17º 0.29% 0.62% -
XYZ 24.96 30.61 34.73 -
YUV 144.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 113 159 153 0.29 0 0.04 0.38 172.17 0.19 0.53
Hex 71 9F 99 1D 0 4 26 AC 13 35
Octal 161 237 231 35 0 4 46 254 23 65
Binary 1110001 10011111 10011001 11101 0 100 100110 10101100 10011 110101

Color Harmonies of #719F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719F99

Black with #719F99

Text Example


Text Example

White with #719F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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