Html Css Color HEX #709592 Juniper

📋 copy color: '#709592'

red 112 ◦ green 149 ◦ blue 146

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

Shades of Juniper #709592

Tints of Juniper #709592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.87%

R = 27.52%
G = 36.61%
B = 35.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#709592 (or 0x709592) is known color: Juniper. HEX triplet: 70, 95 and 92. RGB value is (112,149,146). Sum of RGB (Red+Green+Blue) = 112+149+146=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #709592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709592 is #8F6A6D. Grayscale: #898989. Windows color (decimal): -9398894 or 9606512. OLE color: 9606512.

HSL color Cylindrical-coordinate representation of color #709592: hue angle of 175.14º 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 #709592 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 146 -
CMYK 0.25 0 0.02 0.42
HSL 175.14º 0.15% 0.51% -
HSV(B) 175.14º 0.25% 0.58% -
XYZ 22.62 27.01 31.22 -
YUV 137.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 112 149 146 0.25 0 0.02 0.42 175.14 0.15 0.51
Hex 70 95 92 19 0 2 2A AF F 33
Octal 160 225 222 31 0 2 52 257 17 63
Binary 1110000 10010101 10010010 11001 0 10 101010 10101111 1111 110011

Color Harmonies of #709592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709592

Black with #709592

Text Example


Text Example

White with #709592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709592; }

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

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

background-color css

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

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

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

border-color css

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

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

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