Html Css Color HEX #70A37C Oxley

📋 copy color: '#70A37C'

red 112 ◦ green 163 ◦ blue 124

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

Shades of Oxley #70A37C

Tints of Oxley #70A37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 28.07%
G = 40.85%
B = 31.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#70A37C (or 0x70A37C) is known color: Oxley. HEX triplet: 70, A3 and 7C. RGB value is (112,163,124). Sum of RGB (Red+Green+Blue) = 112+163+124=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #70A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A37C is #8F5C83. Grayscale: #8F8F8F. Windows color (decimal): -9395332 or 8168304. OLE color: 8168304.

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

Color convert

RGB 112 163 124 -
CMYK 0.31 0 0.24 0.36
HSL 134.12º 0.22% 0.54% -
HSV(B) 134.12º 0.31% 0.64% -
XYZ 23.42 31.09 23.84 -
YUV 143.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 112 163 124 0.31 0 0.24 0.36 134.12 0.22 0.54
Hex 70 A3 7C 1F 0 18 24 86 16 36
Octal 160 243 174 37 0 30 44 206 26 66
Binary 1110000 10100011 1111100 11111 0 11000 100100 10000110 10110 110110

Color Harmonies of #70A37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A37C

Black with #70A37C

Text Example


Text Example

White with #70A37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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