Html Css Color HEX #70A981 Oxley

📋 copy color: '#70A981'

red 112 ◦ green 169 ◦ blue 129

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

Shades of Oxley #70A981

Tints of Oxley #70A981

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.22%

 BLUE value IS 129 (50.78% from 255) = 31.46%

R = 27.32%
G = 41.22%
B = 31.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#70A981 (or 0x70A981) is known color: Oxley. HEX triplet: 70, A9 and 81. RGB value is (112,169,129). Sum of RGB (Red+Green+Blue) = 112+169+129=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 169 - color contains mainly: green. Hex color #70A981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A981 is #8F567E. Grayscale: #939393. Windows color (decimal): -9393791 or 8497520. OLE color: 8497520.

HSL color Cylindrical-coordinate representation of color #70A981: hue angle of 137.89º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A981 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 169 129 -
CMYK 0.34 0 0.24 0.34
HSL 137.89º 0.25% 0.55% -
HSV(B) 137.89º 0.34% 0.66% -
XYZ 24.83 33.41 25.91 -
YUV 147.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 112 169 129 0.34 0 0.24 0.34 137.89 0.25 0.55
Hex 70 A9 81 22 0 18 22 8A 19 37
Octal 160 251 201 42 0 30 42 212 31 67
Binary 1110000 10101001 10000001 100010 0 11000 100010 10001010 11001 110111

Color Harmonies of #70A981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A981

Black with #70A981

Text Example


Text Example

White with #70A981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,169,129); }

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

background-color css

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

 a { background-color: rgb(112,169,129); }

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

border-color css

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

 span { border-color: rgb(112,169,129); }

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