Html Css Color HEX #709B99 Juniper

📋 copy color: '#709B99'

red 112 ◦ green 155 ◦ blue 153

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

Shades of Juniper #709B99

Tints of Juniper #709B99

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.9%

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

R = 26.67%
G = 36.9%
B = 36.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#709B99 (or 0x709B99) is known color: Juniper. HEX triplet: 70, 9B and 99. RGB value is (112,155,153). Sum of RGB (Red+Green+Blue) = 112+155+153=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 155 - color contains mainly: green. Hex color #709B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709B99 is #8F6466. Grayscale: #8D8D8D. Windows color (decimal): -9397351 or 10066800. OLE color: 10066800.

HSL color Cylindrical-coordinate representation of color #709B99: hue angle of 177.21º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709B99 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 153 -
CMYK 0.28 0 0.01 0.39
HSL 177.21º 0.18% 0.52% -
HSV(B) 177.21º 0.28% 0.61% -
XYZ 24.15 29.19 34.5 -
YUV 141.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 112 155 153 0.28 0 0.01 0.39 177.21 0.18 0.52
Hex 70 9B 99 1C 0 1 27 B1 12 34
Octal 160 233 231 34 0 1 47 261 22 64
Binary 1110000 10011011 10011001 11100 0 1 100111 10110001 10010 110100

Color Harmonies of #709B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B99

Black with #709B99

Text Example


Text Example

White with #709B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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