Html Css Color HEX #719995 Juniper

📋 copy color: '#719995'

red 113 ◦ green 153 ◦ blue 149

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

Shades of Juniper #719995

Tints of Juniper #719995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 27.23%
G = 36.87%
B = 35.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#719995 (or 0x719995) is known color: Juniper. HEX triplet: 71, 99 and 95. RGB value is (113,153,149). Sum of RGB (Red+Green+Blue) = 113+153+149=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #719995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719995 is #8E666A. Grayscale: #8C8C8C. Windows color (decimal): -9332331 or 9804145. OLE color: 9804145.

HSL color Cylindrical-coordinate representation of color #719995: hue angle of 174º 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 #719995 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 149 -
CMYK 0.26 0 0.03 0.4
HSL 174º 0.16% 0.52% -
HSV(B) 174º 0.26% 0.6% -
XYZ 23.63 28.46 32.68 -
YUV 140.58 132.75 108.33 -
System Red Green Blue C M Y K H S L
Decimal 113 153 149 0.26 0 0.03 0.4 174 0.16 0.52
Hex 71 99 95 1A 0 3 28 AE 10 34
Octal 161 231 225 32 0 3 50 256 20 64
Binary 1110001 10011001 10010101 11010 0 11 101000 10101110 10000 110100

Color Harmonies of #719995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719995

Black with #719995

Text Example


Text Example

White with #719995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719995; }

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

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

background-color css

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

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

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

border-color css

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

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

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