Html Css Color HEX #709A97 Juniper

📋 copy color: '#709A97'

red 112 ◦ green 154 ◦ blue 151

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

Shades of Juniper #709A97

Tints of Juniper #709A97

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.93%

 BLUE value IS 151 (59.38% from 255) = 36.21%

R = 26.86%
G = 36.93%
B = 36.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#709A97 (or 0x709A97) is known color: Juniper. HEX triplet: 70, 9A and 97. RGB value is (112,154,151). Sum of RGB (Red+Green+Blue) = 112+154+151=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 154 - color contains mainly: green. Hex color #709A97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709A97 is #8F6568. Grayscale: #8D8D8D. Windows color (decimal): -9397609 or 9935472. OLE color: 9935472.

HSL color Cylindrical-coordinate representation of color #709A97: hue angle of 175.71º 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 #709A97 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 154 151 -
CMYK 0.27 0 0.02 0.40
HSL 175.71º 0.17% 0.52% -
HSV(B) 175.71º 0.27% 0.6% -
XYZ 23.82 28.79 33.58 -
YUV 141.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 112 154 151 0.27 0 0.02 0.40 175.71 0.17 0.52
Hex 70 9A 97 1B 0 2 28 B0 11 34
Octal 160 232 227 33 0 2 50 260 21 64
Binary 1110000 10011010 10010111 11011 0 10 101000 10110000 10001 110100

Color Harmonies of #709A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A97

Black with #709A97

Text Example


Text Example

White with #709A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,154,151); }

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

background-color css

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

 a { background-color: rgb(112,154,151); }

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

border-color css

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

 span { border-color: rgb(112,154,151); }

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