Html Css Color HEX #70918F Juniper

📋 copy color: '#70918F'

red 112 ◦ green 145 ◦ blue 143

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

Shades of Juniper #70918F

Tints of Juniper #70918F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.25%

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

R = 28%
G = 36.25%
B = 35.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#70918F (or 0x70918F) is known color: Juniper. HEX triplet: 70, 91 and 8F. RGB value is (112,145,143). Sum of RGB (Red+Green+Blue) = 112+145+143=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #70918F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70918F is #8F6E70. Grayscale: #868686. Windows color (decimal): -9399921 or 9408880. OLE color: 9408880.

HSL color Cylindrical-coordinate representation of color #70918F: hue angle of 176.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70918F is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 143 -
CMYK 0.23 0 0.01 0.43
HSL 176.36º 0.13% 0.5% -
HSV(B) 176.36º 0.23% 0.57% -
XYZ 21.77 25.68 29.8 -
YUV 134.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 112 145 143 0.23 0 0.01 0.43 176.36 0.13 0.5
Hex 70 91 8F 17 0 1 2B B0 D 32
Octal 160 221 217 27 0 1 53 260 15 62
Binary 1110000 10010001 10001111 10111 0 1 101011 10110000 1101 110010

Color Harmonies of #70918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70918F

Black with #70918F

Text Example


Text Example

White with #70918F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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