Html Css Color HEX #718F91 Juniper

📋 copy color: '#718F91'

red 113 ◦ green 143 ◦ blue 145

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

Shades of Juniper #718F91

Tints of Juniper #718F91

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

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

R = 28.18%
G = 35.66%
B = 36.16%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718F91 (or 0x718F91) is known color: Juniper. HEX triplet: 71, 8F and 91. RGB value is (113,143,145). Sum of RGB (Red+Green+Blue) = 113+143+145=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #718F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F91 is #8E706E. Grayscale: #868686. Windows color (decimal): -9334895 or 9539441. OLE color: 9539441.

HSL color Cylindrical-coordinate representation of color #718F91: hue angle of 183.75º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718F91 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 143 145 -
CMYK 0.22 0.01 0 0.43
HSL 183.75º 0.13% 0.51% -
HSV(B) 183.75º 0.22% 0.57% -
XYZ 21.74 25.2 30.51 -
YUV 134.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 113 143 145 0.22 0.01 0 0.43 183.75 0.13 0.51
Hex 71 8F 91 16 1 0 2B B8 D 33
Octal 161 217 221 26 1 0 53 270 15 63
Binary 1110001 10001111 10010001 10110 1 0 101011 10111000 1101 110011

Color Harmonies of #718F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F91

Black with #718F91

Text Example


Text Example

White with #718F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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