Html Css Color HEX #70938F Juniper

📋 copy color: '#70938F'

red 112 ◦ green 147 ◦ blue 143

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

Shades of Juniper #70938F

Tints of Juniper #70938F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.57%

 BLUE value IS 143 (56.25% from 255) = 35.57%

R = 27.86%
G = 36.57%
B = 35.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#70938F (or 0x70938F) is known color: Juniper. HEX triplet: 70, 93 and 8F. RGB value is (112,147,143). Sum of RGB (Red+Green+Blue) = 112+147+143=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #70938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70938F is #8F6C70. Grayscale: #888888. Windows color (decimal): -9399409 or 9409392. OLE color: 9409392.

HSL color Cylindrical-coordinate representation of color #70938F: hue angle of 173.14º 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 #70938F is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 147 143 -
CMYK 0.24 0 0.03 0.42
HSL 173.14º 0.14% 0.51% -
HSV(B) 173.14º 0.24% 0.58% -
XYZ 22.07 26.3 29.9 -
YUV 136.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 112 147 143 0.24 0 0.03 0.42 173.14 0.14 0.51
Hex 70 93 8F 18 0 3 2A AD E 33
Octal 160 223 217 30 0 3 52 255 16 63
Binary 1110000 10010011 10001111 11000 0 11 101010 10101101 1110 110011

Color Harmonies of #70938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70938F

Black with #70938F

Text Example


Text Example

White with #70938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70938F; }

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

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

background-color css

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

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

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

border-color css

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

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

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