Html Css Color HEX #719A99 Juniper

📋 copy color: '#719A99'

red 113 ◦ green 154 ◦ blue 153

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

Shades of Juniper #719A99

Tints of Juniper #719A99

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.67%

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

R = 26.9%
G = 36.67%
B = 36.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#719A99 (or 0x719A99) is known color: Juniper. HEX triplet: 71, 9A and 99. RGB value is (113,154,153). Sum of RGB (Red+Green+Blue) = 113+154+153=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 154 - color contains mainly: green. Hex color #719A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719A99 is #8E6566. Grayscale: #8D8D8D. Windows color (decimal): -9332071 or 10066545. OLE color: 10066545.

HSL color Cylindrical-coordinate representation of color #719A99: hue angle of 178.54º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719A99 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 154 153 -
CMYK 0.27 0 0.01 0.40
HSL 178.54º 0.17% 0.52% -
HSV(B) 178.54º 0.27% 0.6% -
XYZ 24.12 28.92 34.45 -
YUV 141.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 113 154 153 0.27 0 0.01 0.40 178.54 0.17 0.52
Hex 71 9A 99 1B 0 1 28 B3 11 34
Octal 161 232 231 33 0 1 50 263 21 64
Binary 1110001 10011010 10011001 11011 0 1 101000 10110011 10001 110100

Color Harmonies of #719A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719A99

Black with #719A99

Text Example


Text Example

White with #719A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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