Html Css Color HEX #719991 Juniper

📋 copy color: '#719991'

red 113 ◦ green 153 ◦ blue 145

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

Shades of Juniper #719991

Tints of Juniper #719991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

 BLUE value IS 145 (57.03% from 255) = 35.28%

R = 27.49%
G = 37.23%
B = 35.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#719991 (or 0x719991) is known color: Juniper. HEX triplet: 71, 99 and 91. RGB value is (113,153,145). Sum of RGB (Red+Green+Blue) = 113+153+145=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #719991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719991 is #8E666E. Grayscale: #8C8C8C. Windows color (decimal): -9332335 or 9542001. OLE color: 9542001.

HSL color Cylindrical-coordinate representation of color #719991: hue angle of 168º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719991 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 145 -
CMYK 0.26 0 0.05 0.4
HSL 168º 0.16% 0.52% -
HSV(B) 168º 0.26% 0.6% -
XYZ 23.31 28.34 31.03 -
YUV 140.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 113 153 145 0.26 0 0.05 0.4 168 0.16 0.52
Hex 71 99 91 1A 0 5 28 A8 10 34
Octal 161 231 221 32 0 5 50 250 20 64
Binary 1110001 10011001 10010001 11010 0 101 101000 10101000 10000 110100

Color Harmonies of #719991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719991

Black with #719991

Text Example


Text Example

White with #719991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719991; }

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

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

background-color css

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

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

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

border-color css

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

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

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