Html Css Color HEX #70A579 Oxley

📋 copy color: '#70A579'

red 112 ◦ green 165 ◦ blue 121

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

Shades of Oxley #70A579

Tints of Oxley #70A579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.4%

R = 28.14%
G = 41.46%
B = 30.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#70A579 (or 0x70A579) is known color: Oxley. HEX triplet: 70, A5 and 79. RGB value is (112,165,121). Sum of RGB (Red+Green+Blue) = 112+165+121=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #70A579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A579 is #8F5A86. Grayscale: #909090. Windows color (decimal): -9394823 or 7972208. OLE color: 7972208.

HSL color Cylindrical-coordinate representation of color #70A579: hue angle of 130.19º 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 #70A579 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 165 121 -
CMYK 0.32 0 0.27 0.35
HSL 130.19º 0.23% 0.54% -
HSV(B) 130.19º 0.32% 0.65% -
XYZ 23.59 31.74 22.97 -
YUV 144.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 112 165 121 0.32 0 0.27 0.35 130.19 0.23 0.54
Hex 70 A5 79 20 0 1B 23 82 17 36
Octal 160 245 171 40 0 33 43 202 27 66
Binary 1110000 10100101 1111001 100000 0 11011 100011 10000010 10111 110110

Color Harmonies of #70A579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A579

Black with #70A579

Text Example


Text Example

White with #70A579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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