Html Css Color HEX #709899 Juniper

📋 copy color: '#709899'

red 112 ◦ green 152 ◦ blue 153

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

Shades of Juniper #709899

Tints of Juniper #709899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.45%

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

R = 26.86%
G = 36.45%
B = 36.69%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#709899 (or 0x709899) is known color: Juniper. HEX triplet: 70, 98 and 99. RGB value is (112,152,153). Sum of RGB (Red+Green+Blue) = 112+152+153=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #709899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709899 is #8F6766. Grayscale: #8C8C8C. Windows color (decimal): -9398119 or 10066032. OLE color: 10066032.

HSL color Cylindrical-coordinate representation of color #709899: hue angle of 181.46º 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 #709899 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 152 153 -
CMYK 0.27 0.01 0 0.4
HSL 181.46º 0.17% 0.52% -
HSV(B) 181.46º 0.27% 0.6% -
XYZ 23.66 28.2 34.33 -
YUV 140.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 112 152 153 0.27 0.01 0 0.4 181.46 0.17 0.52
Hex 70 98 99 1B 1 0 28 B5 11 34
Octal 160 230 231 33 1 0 50 265 21 64
Binary 1110000 10011000 10011001 11011 1 0 101000 10110101 10001 110100

Color Harmonies of #709899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709899

Black with #709899

Text Example


Text Example

White with #709899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709899; }

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

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

background-color css

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

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

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

border-color css

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

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

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