Html Css Color HEX #70A37E Oxley

📋 copy color: '#70A37E'

red 112 ◦ green 163 ◦ blue 126

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

Shades of Oxley #70A37E

Tints of Oxley #70A37E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

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

R = 27.93%
G = 40.65%
B = 31.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#70A37E (or 0x70A37E) is known color: Oxley. HEX triplet: 70, A3 and 7E. RGB value is (112,163,126). Sum of RGB (Red+Green+Blue) = 112+163+126=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #70A37E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A37E is #8F5C81. Grayscale: #8F8F8F. Windows color (decimal): -9395330 or 8299376. OLE color: 8299376.

HSL color Cylindrical-coordinate representation of color #70A37E: hue angle of 136.47º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A37E is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 163 126 -
CMYK 0.31 0 0.23 0.36
HSL 136.47º 0.22% 0.54% -
HSV(B) 136.47º 0.31% 0.64% -
XYZ 23.55 31.15 24.51 -
YUV 143.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 112 163 126 0.31 0 0.23 0.36 136.47 0.22 0.54
Hex 70 A3 7E 1F 0 17 24 88 16 36
Octal 160 243 176 37 0 27 44 210 26 66
Binary 1110000 10100011 1111110 11111 0 10111 100100 10001000 10110 110110

Color Harmonies of #70A37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A37E

Black with #70A37E

Text Example


Text Example

White with #70A37E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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