Html Css Color HEX #70A573 Oxley

📋 copy color: '#70A573'

red 112 ◦ green 165 ◦ blue 115

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

Shades of Oxley #70A573

Tints of Oxley #70A573

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.09%

 BLUE value IS 115 (45.31% from 255) = 29.34%

R = 28.57%
G = 42.09%
B = 29.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#70A573 (or 0x70A573) is known color: Oxley. HEX triplet: 70, A5 and 73. RGB value is (112,165,115). Sum of RGB (Red+Green+Blue) = 112+165+115=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #70A573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A573 is #8F5A8C. Grayscale: #8F8F8F. Windows color (decimal): -9394829 or 7578992. OLE color: 7578992.

HSL color Cylindrical-coordinate representation of color #70A573: hue angle of 123.4º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A573 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 165 115 -
CMYK 0.32 0 0.30 0.35
HSL 123.4º 0.23% 0.54% -
HSV(B) 123.4º 0.32% 0.65% -
XYZ 23.23 31.59 21.09 -
YUV 143.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 112 165 115 0.32 0 0.30 0.35 123.4 0.23 0.54
Hex 70 A5 73 20 0 1E 23 7B 17 36
Octal 160 245 163 40 0 36 43 173 27 66
Binary 1110000 10100101 1110011 100000 0 11110 100011 1111011 10111 110110

Color Harmonies of #70A573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A573

Black with #70A573

Text Example


Text Example

White with #70A573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,165,115); }

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

background-color css

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

 a { background-color: rgb(112,165,115); }

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

border-color css

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

 span { border-color: rgb(112,165,115); }

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