Html Css Color HEX #70A17E Oxley

📋 copy color: '#70A17E'

red 112 ◦ green 161 ◦ blue 126

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

Shades of Oxley #70A17E

Tints of Oxley #70A17E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.35%

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 28.07%
G = 40.35%
B = 31.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#70A17E (or 0x70A17E) is known color: Oxley. HEX triplet: 70, A1 and 7E. RGB value is (112,161,126). Sum of RGB (Red+Green+Blue) = 112+161+126=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 161 - color contains mainly: green. Hex color #70A17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A17E is #8F5E81. Grayscale: #8E8E8E. Windows color (decimal): -9395842 or 8298864. OLE color: 8298864.

HSL color Cylindrical-coordinate representation of color #70A17E: hue angle of 137.14º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A17E is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 161 126 -
CMYK 0.30 0 0.22 0.37
HSL 137.14º 0.21% 0.54% -
HSV(B) 137.14º 0.3% 0.63% -
XYZ 23.19 30.44 24.39 -
YUV 142.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 112 161 126 0.30 0 0.22 0.37 137.14 0.21 0.54
Hex 70 A1 7E 1E 0 16 25 89 15 36
Octal 160 241 176 36 0 26 45 211 25 66
Binary 1110000 10100001 1111110 11110 0 10110 100101 10001001 10101 110110

Color Harmonies of #70A17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A17E

Black with #70A17E

Text Example


Text Example

White with #70A17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70A17E; }

 p { color: rgb(112,161,126); }

 H1.HeaderClassName
 {
   color: #70A17E;
 }
 .AnyTagClassName
 {
   color: #70A17E;
 }
</style>

background-color css

<style>
 a { background-color: #70A17E; }

 a { background-color: rgb(112,161,126); }

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

border-color css

<style>
 span { border-color: #70A17E; }

 span { border-color: rgb(112,161,126); }

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