Html Css Color HEX #709590 Juniper

📋 copy color: '#709590'

red 112 ◦ green 149 ◦ blue 144

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

Shades of Juniper #709590

Tints of Juniper #709590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.79%

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 27.65%
G = 36.79%
B = 35.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#709590 (or 0x709590) is known color: Juniper. HEX triplet: 70, 95 and 90. RGB value is (112,149,144). Sum of RGB (Red+Green+Blue) = 112+149+144=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 149 - color contains mainly: green. Hex color #709590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709590 is #8F6A6F. Grayscale: #898989. Windows color (decimal): -9398896 or 9475440. OLE color: 9475440.

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

Color convert

RGB 112 149 144 -
CMYK 0.25 0 0.03 0.42
HSL 171.89º 0.15% 0.51% -
HSV(B) 171.89º 0.25% 0.58% -
XYZ 22.46 26.95 30.4 -
YUV 137.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 112 149 144 0.25 0 0.03 0.42 171.89 0.15 0.51
Hex 70 95 90 19 0 3 2A AC F 33
Octal 160 225 220 31 0 3 52 254 17 63
Binary 1110000 10010101 10010000 11001 0 11 101010 10101100 1111 110011

Color Harmonies of #709590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709590

Black with #709590

Text Example


Text Example

White with #709590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709590; }

 p { color: rgb(112,149,144); }

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

background-color css

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

 a { background-color: rgb(112,149,144); }

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

border-color css

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

 span { border-color: rgb(112,149,144); }

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