Html Css Color HEX #718889 Juniper

📋 copy color: '#718889'

red 113 ◦ green 136 ◦ blue 137

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

Shades of Juniper #718889

Tints of Juniper #718889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

 BLUE value IS 137 (53.91% from 255) = 35.49%

R = 29.27%
G = 35.23%
B = 35.49%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#718889 (or 0x718889) is known color: Juniper. HEX triplet: 71, 88 and 89. RGB value is (113,136,137). Sum of RGB (Red+Green+Blue) = 113+136+137=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 137 - color contains mainly: blue. Hex color #718889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718889 is #8E7776. Grayscale: #818181. Windows color (decimal): -9336695 or 9013361. OLE color: 9013361.

HSL color Cylindrical-coordinate representation of color #718889: hue angle of 182.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718889 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 136 137 -
CMYK 0.18 0.01 0 0.46
HSL 182.5º 0.1% 0.49% -
HSV(B) 182.5º 0.18% 0.54% -
XYZ 20.13 22.93 27.03 -
YUV 129.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 113 136 137 0.18 0.01 0 0.46 182.5 0.1 0.49
Hex 71 88 89 12 1 0 2E B6 A 31
Octal 161 210 211 22 1 0 56 266 12 61
Binary 1110001 10001000 10001001 10010 1 0 101110 10110110 1010 110001

Color Harmonies of #718889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718889

Black with #718889

Text Example


Text Example

White with #718889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718889; }

 p { color: rgb(113,136,137); }

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

background-color css

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

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

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

border-color css

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

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

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