Html Css Color HEX #709694 Juniper

📋 copy color: '#709694'

red 112 ◦ green 150 ◦ blue 148

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

Shades of Juniper #709694

Tints of Juniper #709694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

 BLUE value IS 148 (58.2% from 255) = 36.1%

R = 27.32%
G = 36.59%
B = 36.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#709694 (or 0x709694) is known color: Juniper. HEX triplet: 70, 96 and 94. RGB value is (112,150,148). Sum of RGB (Red+Green+Blue) = 112+150+148=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #709694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709694 is #8F696B. Grayscale: #8A8A8A. Windows color (decimal): -9398636 or 9737840. OLE color: 9737840.

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

Color convert

RGB 112 150 148 -
CMYK 0.25 0 0.01 0.41
HSL 176.84º 0.15% 0.51% -
HSV(B) 176.84º 0.25% 0.59% -
XYZ 22.93 27.4 32.1 -
YUV 138.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 112 150 148 0.25 0 0.01 0.41 176.84 0.15 0.51
Hex 70 96 94 19 0 1 29 B1 F 33
Octal 160 226 224 31 0 1 51 261 17 63
Binary 1110000 10010110 10010100 11001 0 1 101001 10110001 1111 110011

Color Harmonies of #709694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709694

Black with #709694

Text Example


Text Example

White with #709694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709694; }

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

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

background-color css

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

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

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

border-color css

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

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

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