Html Css Color HEX #718F8D Juniper

📋 copy color: '#718F8D'

red 113 ◦ green 143 ◦ blue 141

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

Shades of Juniper #718F8D

Tints of Juniper #718F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 28.46%
G = 36.02%
B = 35.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#718F8D (or 0x718F8D) is known color: Juniper. HEX triplet: 71, 8F and 8D. RGB value is (113,143,141). Sum of RGB (Red+Green+Blue) = 113+143+141=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 143 - color contains mainly: green. Hex color #718F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F8D is #8E7072. Grayscale: #858585. Windows color (decimal): -9334899 or 9277297. OLE color: 9277297.

HSL color Cylindrical-coordinate representation of color #718F8D: hue angle of 176º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #718F8D is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 143 141 -
CMYK 0.21 0 0.01 0.44
HSL 176º 0.12% 0.5% -
HSV(B) 176º 0.21% 0.56% -
XYZ 21.44 25.08 28.91 -
YUV 133.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 113 143 141 0.21 0 0.01 0.44 176 0.12 0.5
Hex 71 8F 8D 15 0 1 2C B0 C 32
Octal 161 217 215 25 0 1 54 260 14 62
Binary 1110001 10001111 10001101 10101 0 1 101100 10110000 1100 110010

Color Harmonies of #718F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F8D

Black with #718F8D

Text Example


Text Example

White with #718F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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