Html Css Color HEX #719790 Juniper

📋 copy color: '#719790'

red 113 ◦ green 151 ◦ blue 144

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

Shades of Juniper #719790

Tints of Juniper #719790

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.01%

 BLUE value IS 144 (56.64% from 255) = 35.29%

R = 27.7%
G = 37.01%
B = 35.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#719790 (or 0x719790) is known color: Juniper. HEX triplet: 71, 97 and 90. RGB value is (113,151,144). Sum of RGB (Red+Green+Blue) = 113+151+144=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 151 - color contains mainly: green. Hex color #719790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719790 is #8E686F. Grayscale: #8A8A8A. Windows color (decimal): -9332848 or 9475953. OLE color: 9475953.

HSL color Cylindrical-coordinate representation of color #719790: hue angle of 168.95º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #719790 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 151 144 -
CMYK 0.25 0 0.05 0.41
HSL 168.95º 0.15% 0.52% -
HSV(B) 168.95º 0.25% 0.59% -
XYZ 22.91 27.66 30.52 -
YUV 138.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 113 151 144 0.25 0 0.05 0.41 168.95 0.15 0.52
Hex 71 97 90 19 0 5 29 A9 F 34
Octal 161 227 220 31 0 5 51 251 17 64
Binary 1110001 10010111 10010000 11001 0 101 101001 10101001 1111 110100

Color Harmonies of #719790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719790

Black with #719790

Text Example


Text Example

White with #719790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719790; }

 p { color: rgb(113,151,144); }

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

background-color css

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

 a { background-color: rgb(113,151,144); }

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

border-color css

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

 span { border-color: rgb(113,151,144); }

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