Html Css Color HEX #70928E Juniper

📋 copy color: '#70928E'

red 112 ◦ green 146 ◦ blue 142

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

Shades of Juniper #70928E

Tints of Juniper #70928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.5%

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 28%
G = 36.5%
B = 35.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#70928E (or 0x70928E) is known color: Juniper. HEX triplet: 70, 92 and 8E. RGB value is (112,146,142). Sum of RGB (Red+Green+Blue) = 112+146+142=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #70928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70928E is #8F6D71. Grayscale: #878787. Windows color (decimal): -9399666 or 9343600. OLE color: 9343600.

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

Color convert

RGB 112 146 142 -
CMYK 0.23 0 0.03 0.43
HSL 172.94º 0.13% 0.51% -
HSV(B) 172.94º 0.23% 0.57% -
XYZ 21.84 25.96 29.45 -
YUV 135.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 112 146 142 0.23 0 0.03 0.43 172.94 0.13 0.51
Hex 70 92 8E 17 0 3 2B AD D 33
Octal 160 222 216 27 0 3 53 255 15 63
Binary 1110000 10010010 10001110 10111 0 11 101011 10101101 1101 110011

Color Harmonies of #70928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70928E

Black with #70928E

Text Example


Text Example

White with #70928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70928E; }

 p { color: rgb(112,146,142); }

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

background-color css

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

 a { background-color: rgb(112,146,142); }

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

border-color css

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

 span { border-color: rgb(112,146,142); }

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