Html Css Color HEX #709491 Juniper

📋 copy color: '#709491'

red 112 ◦ green 148 ◦ blue 145

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

Shades of Juniper #709491

Tints of Juniper #709491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

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

R = 27.65%
G = 36.54%
B = 35.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#709491 (or 0x709491) is known color: Juniper. HEX triplet: 70, 94 and 91. RGB value is (112,148,145). Sum of RGB (Red+Green+Blue) = 112+148+145=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #709491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709491 is #8F6B6E. Grayscale: #888888. Windows color (decimal): -9399151 or 9540720. OLE color: 9540720.

HSL color Cylindrical-coordinate representation of color #709491: hue angle of 175º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709491 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 145 -
CMYK 0.24 0 0.02 0.42
HSL 175º 0.14% 0.51% -
HSV(B) 175º 0.24% 0.58% -
XYZ 22.38 26.67 30.76 -
YUV 136.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 112 148 145 0.24 0 0.02 0.42 175 0.14 0.51
Hex 70 94 91 18 0 2 2A AF E 33
Octal 160 224 221 30 0 2 52 257 16 63
Binary 1110000 10010100 10010001 11000 0 10 101010 10101111 1110 110011

Color Harmonies of #709491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709491

Black with #709491

Text Example


Text Example

White with #709491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709491; }

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

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

background-color css

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

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

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

border-color css

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

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

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