Html Css Color HEX #708889 Juniper

📋 copy color: '#708889'

red 112 ◦ green 136 ◦ blue 137

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

Shades of Juniper #708889

Tints of Juniper #708889

RGB

 RED value IS 112 (44.14% from 255) = 29.09%

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

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

R = 29.09%
G = 35.32%
B = 35.58%

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

#708889 (or 0x708889) is known color: Juniper. HEX triplet: 70, 88 and 89. RGB value is (112,136,137). Sum of RGB (Red+Green+Blue) = 112+136+137=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 137 - color contains mainly: blue. Hex color #708889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708889 is #8F7776. Grayscale: #808080. Windows color (decimal): -9402231 or 9013360. OLE color: 9013360.

HSL color Cylindrical-coordinate representation of color #708889: hue angle of 182.4º 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 #708889 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 136 137 -
CMYK 0.18 0.01 0 0.46
HSL 182.4º 0.1% 0.49% -
HSV(B) 182.4º 0.18% 0.54% -
XYZ 20 22.86 27.02 -
YUV 128.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 112 136 137 0.18 0.01 0 0.46 182.4 0.1 0.49
Hex 70 88 89 12 1 0 2E B6 A 31
Octal 160 210 211 22 1 0 56 266 12 61
Binary 1110000 10001000 10001001 10010 1 0 101110 10110110 1010 110001

Color Harmonies of #708889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708889

Black with #708889

Text Example


Text Example

White with #708889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708889; }

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

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

background-color css

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

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

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

border-color css

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

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

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