Html Css Color HEX #718686 Juniper

📋 copy color: '#718686'

red 113 ◦ green 134 ◦ blue 134

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

Shades of Juniper #718686

Tints of Juniper #718686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 29.66%
G = 35.17%
B = 35.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#718686 (or 0x718686) is known color: Juniper. HEX triplet: 71, 86 and 86. RGB value is (113,134,134). Sum of RGB (Red+Green+Blue) = 113+134+134=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #718686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718686 is #8E7979. Grayscale: #7F7F7F. Windows color (decimal): -9337210 or 8816241. OLE color: 8816241.

HSL color Cylindrical-coordinate representation of color #718686: hue angle of 180º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #718686 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 134 -
CMYK 0.16 0 0 0.47
HSL 180º 0.09% 0.48% -
HSV(B) 180º 0.16% 0.53% -
XYZ 19.64 22.28 25.82 -
YUV 127.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 113 134 134 0.16 0 0 0.47 180 0.09 0.48
Hex 71 86 86 10 0 0 2F B4 9 30
Octal 161 206 206 20 0 0 57 264 11 60
Binary 1110001 10000110 10000110 10000 0 0 101111 10110100 1001 110000

Color Harmonies of #718686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718686

Black with #718686

Text Example


Text Example

White with #718686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718686; }

 p { color: rgb(113,134,134); }

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

background-color css

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

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

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

border-color css

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

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

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