Html Css Color HEX #70A381 Oxley

📋 copy color: '#70A381'

red 112 ◦ green 163 ◦ blue 129

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

Shades of Oxley #70A381

Tints of Oxley #70A381

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.35%

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

R = 27.72%
G = 40.35%
B = 31.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#70A381 (or 0x70A381) is known color: Oxley. HEX triplet: 70, A3 and 81. RGB value is (112,163,129). Sum of RGB (Red+Green+Blue) = 112+163+129=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 163 - color contains mainly: green. Hex color #70A381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A381 is #8F5C7E. Grayscale: #8F8F8F. Windows color (decimal): -9395327 or 8495984. OLE color: 8495984.

HSL color Cylindrical-coordinate representation of color #70A381: hue angle of 140º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A381 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 163 129 -
CMYK 0.31 0 0.21 0.36
HSL 140º 0.22% 0.54% -
HSV(B) 140º 0.31% 0.64% -
XYZ 23.74 31.22 25.54 -
YUV 143.88 119.6 105.26 -
System Red Green Blue C M Y K H S L
Decimal 112 163 129 0.31 0 0.21 0.36 140 0.22 0.54
Hex 70 A3 81 1F 0 15 24 8C 16 36
Octal 160 243 201 37 0 25 44 214 26 66
Binary 1110000 10100011 10000001 11111 0 10101 100100 10001100 10110 110110

Color Harmonies of #70A381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A381

Black with #70A381

Text Example


Text Example

White with #70A381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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