Html Css Color HEX #70928F Juniper

📋 copy color: '#70928F'

red 112 ◦ green 146 ◦ blue 143

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

Shades of Juniper #70928F

Tints of Juniper #70928F

RGB

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

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

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

R = 27.93%
G = 36.41%
B = 35.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#70928F (or 0x70928F) is known color: Juniper. HEX triplet: 70, 92 and 8F. RGB value is (112,146,143). Sum of RGB (Red+Green+Blue) = 112+146+143=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #70928F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70928F is #8F6D70. Grayscale: #878787. Windows color (decimal): -9399665 or 9409136. OLE color: 9409136.

HSL color Cylindrical-coordinate representation of color #70928F: hue angle of 174.71º 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 #70928F is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 143 -
CMYK 0.23 0 0.02 0.43
HSL 174.71º 0.13% 0.51% -
HSV(B) 174.71º 0.23% 0.57% -
XYZ 21.92 25.99 29.85 -
YUV 135.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 112 146 143 0.23 0 0.02 0.43 174.71 0.13 0.51
Hex 70 92 8F 17 0 2 2B AF D 33
Octal 160 222 217 27 0 2 53 257 15 63
Binary 1110000 10010010 10001111 10111 0 10 101011 10101111 1101 110011

Color Harmonies of #70928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70928F

Black with #70928F

Text Example


Text Example

White with #70928F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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