Html Css Color HEX #70AA80 Oxley

📋 copy color: '#70AA80'

red 112 ◦ green 170 ◦ blue 128

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

Shades of Oxley #70AA80

Tints of Oxley #70AA80

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

 BLUE value IS 128 (50.39% from 255) = 31.22%

R = 27.32%
G = 41.46%
B = 31.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#70AA80 (or 0x70AA80) is known color: Oxley. HEX triplet: 70, AA and 80. RGB value is (112,170,128). Sum of RGB (Red+Green+Blue) = 112+170+128=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA80 is #8F557F. Grayscale: #939393. Windows color (decimal): -9393536 or 8432240. OLE color: 8432240.

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

Color convert

RGB 112 170 128 -
CMYK 0.34 0 0.25 0.33
HSL 136.55º 0.25% 0.55% -
HSV(B) 136.55º 0.34% 0.67% -
XYZ 24.95 33.75 25.62 -
YUV 147.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 112 170 128 0.34 0 0.25 0.33 136.55 0.25 0.55
Hex 70 AA 80 22 0 19 21 89 19 37
Octal 160 252 200 42 0 31 41 211 31 67
Binary 1110000 10101010 10000000 100010 0 11001 100001 10001001 11001 110111

Color Harmonies of #70AA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA80

Black with #70AA80

Text Example


Text Example

White with #70AA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,170,128); }

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

background-color css

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

 a { background-color: rgb(112,170,128); }

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

border-color css

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

 span { border-color: rgb(112,170,128); }

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