Html Css Color HEX #709993 Juniper

📋 copy color: '#709993'

red 112 ◦ green 153 ◦ blue 147

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

Shades of Juniper #709993

Tints of Juniper #709993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

 BLUE value IS 147 (57.81% from 255) = 35.68%

R = 27.18%
G = 37.14%
B = 35.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#709993 (or 0x709993) is known color: Juniper. HEX triplet: 70, 99 and 93. RGB value is (112,153,147). Sum of RGB (Red+Green+Blue) = 112+153+147=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #709993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709993 is #8F666C. Grayscale: #8C8C8C. Windows color (decimal): -9397869 or 9673072. OLE color: 9673072.

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

Color convert

RGB 112 153 147 -
CMYK 0.27 0 0.04 0.4
HSL 171.22º 0.17% 0.52% -
HSV(B) 171.22º 0.27% 0.6% -
XYZ 23.34 28.33 31.84 -
YUV 140.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 112 153 147 0.27 0 0.04 0.4 171.22 0.17 0.52
Hex 70 99 93 1B 0 4 28 AB 11 34
Octal 160 231 223 33 0 4 50 253 21 64
Binary 1110000 10011001 10010011 11011 0 100 101000 10101011 10001 110100

Color Harmonies of #709993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709993

Black with #709993

Text Example


Text Example

White with #709993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709993; }

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

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

background-color css

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

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

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

border-color css

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

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

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