Html Css Color HEX #70A980 Oxley

📋 copy color: '#70A980'

red 112 ◦ green 169 ◦ blue 128

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

Shades of Oxley #70A980

Tints of Oxley #70A980

RGB

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

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

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

R = 27.38%
G = 41.32%
B = 31.3%

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

#70A980 (or 0x70A980) is known color: Oxley. HEX triplet: 70, A9 and 80. RGB value is (112,169,128). Sum of RGB (Red+Green+Blue) = 112+169+128=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 169 - color contains mainly: green. Hex color #70A980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A980 is #8F567F. Grayscale: #939393. Windows color (decimal): -9393792 or 8431984. OLE color: 8431984.

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

Color convert

RGB 112 169 128 -
CMYK 0.34 0 0.24 0.34
HSL 136.84º 0.25% 0.55% -
HSV(B) 136.84º 0.34% 0.66% -
XYZ 24.77 33.38 25.56 -
YUV 147.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 112 169 128 0.34 0 0.24 0.34 136.84 0.25 0.55
Hex 70 A9 80 22 0 18 22 89 19 37
Octal 160 251 200 42 0 30 42 211 31 67
Binary 1110000 10101001 10000000 100010 0 11000 100010 10001001 11001 110111

Color Harmonies of #70A980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A980

Black with #70A980

Text Example


Text Example

White with #70A980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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