Html Css Color HEX #709699 Juniper

📋 copy color: '#709699'

red 112 ◦ green 150 ◦ blue 153

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

Shades of Juniper #709699

Tints of Juniper #709699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 26.99%
G = 36.14%
B = 36.87%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#709699 (or 0x709699) is known color: Juniper. HEX triplet: 70, 96 and 99. RGB value is (112,150,153). Sum of RGB (Red+Green+Blue) = 112+150+153=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #709699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709699 is #8F6966. Grayscale: #8A8A8A. Windows color (decimal): -9398631 or 10065520. OLE color: 10065520.

HSL color Cylindrical-coordinate representation of color #709699: hue angle of 184.39º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #709699 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 150 153 -
CMYK 0.27 0.02 0 0.4
HSL 184.39º 0.17% 0.52% -
HSV(B) 184.39º 0.27% 0.6% -
XYZ 23.34 27.56 34.23 -
YUV 138.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 112 150 153 0.27 0.02 0 0.4 184.39 0.17 0.52
Hex 70 96 99 1B 2 0 28 B8 11 34
Octal 160 226 231 33 2 0 50 270 21 64
Binary 1110000 10010110 10011001 11011 10 0 101000 10111000 10001 110100

Color Harmonies of #709699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709699

Black with #709699

Text Example


Text Example

White with #709699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709699; }

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

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

background-color css

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

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

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

border-color css

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

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

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