Html Css Color HEX #709493 Juniper

📋 copy color: '#709493'

red 112 ◦ green 148 ◦ blue 147

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

Shades of Juniper #709493

Tints of Juniper #709493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

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

R = 27.52%
G = 36.36%
B = 36.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#709493 (or 0x709493) is known color: Juniper. HEX triplet: 70, 94 and 93. RGB value is (112,148,147). Sum of RGB (Red+Green+Blue) = 112+148+147=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #709493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709493 is #8F6B6C. Grayscale: #898989. Windows color (decimal): -9399149 or 9671792. OLE color: 9671792.

HSL color Cylindrical-coordinate representation of color #709493: hue angle of 178.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709493 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 147 -
CMYK 0.24 0 0.01 0.42
HSL 178.33º 0.14% 0.51% -
HSV(B) 178.33º 0.24% 0.58% -
XYZ 22.54 26.73 31.58 -
YUV 137.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 112 148 147 0.24 0 0.01 0.42 178.33 0.14 0.51
Hex 70 94 93 18 0 1 2A B2 E 33
Octal 160 224 223 30 0 1 52 262 16 63
Binary 1110000 10010100 10010011 11000 0 1 101010 10110010 1110 110011

Color Harmonies of #709493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709493

Black with #709493

Text Example


Text Example

White with #709493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709493; }

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

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

background-color css

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

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

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

border-color css

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

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

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