Html Css Color HEX #709D93 Juniper

📋 copy color: '#709D93'

red 112 ◦ green 157 ◦ blue 147

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

Shades of Juniper #709D93

Tints of Juniper #709D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.74%

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

R = 26.92%
G = 37.74%
B = 35.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#709D93 (or 0x709D93) is known color: Juniper. HEX triplet: 70, 9D and 93. RGB value is (112,157,147). Sum of RGB (Red+Green+Blue) = 112+157+147=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 157 - color contains mainly: green. Hex color #709D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709D93 is #8F626C. Grayscale: #8E8E8E. Windows color (decimal): -9396845 or 9674096. OLE color: 9674096.

HSL color Cylindrical-coordinate representation of color #709D93: hue angle of 166.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709D93 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 157 147 -
CMYK 0.29 0 0.06 0.38
HSL 166.67º 0.19% 0.53% -
HSV(B) 166.67º 0.29% 0.62% -
XYZ 24.01 29.67 32.06 -
YUV 142.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 112 157 147 0.29 0 0.06 0.38 166.67 0.19 0.53
Hex 70 9D 93 1D 0 6 26 A7 13 35
Octal 160 235 223 35 0 6 46 247 23 65
Binary 1110000 10011101 10010011 11101 0 110 100110 10100111 10011 110101

Color Harmonies of #709D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709D93

Black with #709D93

Text Example


Text Example

White with #709D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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