Html Css Color HEX #709290 Juniper

📋 copy color: '#709290'

red 112 ◦ green 146 ◦ blue 144

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

Shades of Juniper #709290

Tints of Juniper #709290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.32%

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

R = 27.86%
G = 36.32%
B = 35.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#709290 (or 0x709290) is known color: Juniper. HEX triplet: 70, 92 and 90. RGB value is (112,146,144). Sum of RGB (Red+Green+Blue) = 112+146+144=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #709290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709290 is #8F6D6F. Grayscale: #878787. Windows color (decimal): -9399664 or 9474672. OLE color: 9474672.

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

Color convert

RGB 112 146 144 -
CMYK 0.23 0 0.01 0.43
HSL 176.47º 0.13% 0.51% -
HSV(B) 176.47º 0.23% 0.57% -
XYZ 22 26.02 30.25 -
YUV 135.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 112 146 144 0.23 0 0.01 0.43 176.47 0.13 0.51
Hex 70 92 90 17 0 1 2B B0 D 33
Octal 160 222 220 27 0 1 53 260 15 63
Binary 1110000 10010010 10010000 10111 0 1 101011 10110000 1101 110011

Color Harmonies of #709290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709290

Black with #709290

Text Example


Text Example

White with #709290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709290; }

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

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

background-color css

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

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

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

border-color css

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

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

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