Html Css Color HEX #708F91 Juniper

📋 copy color: '#708F91'

red 112 ◦ green 143 ◦ blue 145

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

Shades of Juniper #708F91

Tints of Juniper #708F91

RGB

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

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

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

R = 28%
G = 35.75%
B = 36.25%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#708F91 (or 0x708F91) is known color: Juniper. HEX triplet: 70, 8F and 91. RGB value is (112,143,145). Sum of RGB (Red+Green+Blue) = 112+143+145=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 145 - color contains mainly: blue. Hex color #708F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708F91 is #8F706E. Grayscale: #858585. Windows color (decimal): -9400431 or 9539440. OLE color: 9539440.

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

Color convert

RGB 112 143 145 -
CMYK 0.23 0.01 0 0.43
HSL 183.64º 0.13% 0.5% -
HSV(B) 183.64º 0.23% 0.57% -
XYZ 21.62 25.13 30.5 -
YUV 133.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 112 143 145 0.23 0.01 0 0.43 183.64 0.13 0.5
Hex 70 8F 91 17 1 0 2B B8 D 32
Octal 160 217 221 27 1 0 53 270 15 62
Binary 1110000 10001111 10010001 10111 1 0 101011 10111000 1101 110010

Color Harmonies of #708F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708F91

Black with #708F91

Text Example


Text Example

White with #708F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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