Html Css Color HEX #709791 Juniper

📋 copy color: '#709791'

red 112 ◦ green 151 ◦ blue 145

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

Shades of Juniper #709791

Tints of Juniper #709791

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.01%

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

R = 27.45%
G = 37.01%
B = 35.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#709791 (or 0x709791) is known color: Juniper. HEX triplet: 70, 97 and 91. RGB value is (112,151,145). Sum of RGB (Red+Green+Blue) = 112+151+145=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 151 - color contains mainly: green. Hex color #709791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709791 is #8F686E. Grayscale: #8A8A8A. Windows color (decimal): -9398383 or 9541488. OLE color: 9541488.

HSL color Cylindrical-coordinate representation of color #709791: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709791 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 145 -
CMYK 0.26 0 0.04 0.41
HSL 170.77º 0.16% 0.52% -
HSV(B) 170.77º 0.26% 0.59% -
XYZ 22.86 27.62 30.91 -
YUV 138.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 112 151 145 0.26 0 0.04 0.41 170.77 0.16 0.52
Hex 70 97 91 1A 0 4 29 AB 10 34
Octal 160 227 221 32 0 4 51 253 20 64
Binary 1110000 10010111 10010001 11010 0 100 101001 10101011 10000 110100

Color Harmonies of #709791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709791

Black with #709791

Text Example


Text Example

White with #709791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709791; }

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

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

background-color css

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

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

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

border-color css

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

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

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