Html Css Color HEX #70A37A Oxley

📋 copy color: '#70A37A'

red 112 ◦ green 163 ◦ blue 122

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

Shades of Oxley #70A37A

Tints of Oxley #70A37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 28.21%
G = 41.06%
B = 30.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#70A37A (or 0x70A37A) is known color: Oxley. HEX triplet: 70, A3 and 7A. RGB value is (112,163,122). Sum of RGB (Red+Green+Blue) = 112+163+122=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #70A37A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A37A is #8F5C85. Grayscale: #8F8F8F. Windows color (decimal): -9395334 or 8037232. OLE color: 8037232.

HSL color Cylindrical-coordinate representation of color #70A37A: hue angle of 131.76º 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 #70A37A is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 163 122 -
CMYK 0.31 0 0.25 0.36
HSL 131.76º 0.22% 0.54% -
HSV(B) 131.76º 0.31% 0.64% -
XYZ 23.29 31.04 23.18 -
YUV 143.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 112 163 122 0.31 0 0.25 0.36 131.76 0.22 0.54
Hex 70 A3 7A 1F 0 19 24 84 16 36
Octal 160 243 172 37 0 31 44 204 26 66
Binary 1110000 10100011 1111010 11111 0 11001 100100 10000100 10110 110110

Color Harmonies of #70A37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A37A

Black with #70A37A

Text Example


Text Example

White with #70A37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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