Html Css Color HEX #709496 Juniper

📋 copy color: '#709496'

red 112 ◦ green 148 ◦ blue 150

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

Shades of Juniper #709496

Tints of Juniper #709496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.59%

R = 27.32%
G = 36.1%
B = 36.59%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#709496 (or 0x709496) is known color: Juniper. HEX triplet: 70, 94 and 96. RGB value is (112,148,150). Sum of RGB (Red+Green+Blue) = 112+148+150=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 150 - color contains mainly: blue. Hex color #709496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709496 is #8F6B69. Grayscale: #898989. Windows color (decimal): -9399146 or 9868400. OLE color: 9868400.

HSL color Cylindrical-coordinate representation of color #709496: hue angle of 183.16º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709496 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 148 150 -
CMYK 0.25 0.01 0 0.41
HSL 183.16º 0.15% 0.51% -
HSV(B) 183.16º 0.25% 0.59% -
XYZ 22.78 26.83 32.83 -
YUV 137.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 112 148 150 0.25 0.01 0 0.41 183.16 0.15 0.51
Hex 70 94 96 19 1 0 29 B7 F 33
Octal 160 224 226 31 1 0 51 267 17 63
Binary 1110000 10010100 10010110 11001 1 0 101001 10110111 1111 110011

Color Harmonies of #709496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709496

Black with #709496

Text Example


Text Example

White with #709496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709496; }

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

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

background-color css

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

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

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

border-color css

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

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

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