Html Css Color HEX #70A581 Oxley

📋 copy color: '#70A581'

red 112 ◦ green 165 ◦ blue 129

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

Shades of Oxley #70A581

Tints of Oxley #70A581

RGB

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

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

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

R = 27.59%
G = 40.64%
B = 31.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#70A581 (or 0x70A581) is known color: Oxley. HEX triplet: 70, A5 and 81. RGB value is (112,165,129). Sum of RGB (Red+Green+Blue) = 112+165+129=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 165 - color contains mainly: green. Hex color #70A581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A581 is #8F5A7E. Grayscale: #919191. Windows color (decimal): -9394815 or 8496496. OLE color: 8496496.

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

Color convert

RGB 112 165 129 -
CMYK 0.32 0 0.22 0.35
HSL 139.25º 0.23% 0.54% -
HSV(B) 139.25º 0.32% 0.65% -
XYZ 24.1 31.94 25.66 -
YUV 145.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 112 165 129 0.32 0 0.22 0.35 139.25 0.23 0.54
Hex 70 A5 81 20 0 16 23 8B 17 36
Octal 160 245 201 40 0 26 43 213 27 66
Binary 1110000 10100101 10000001 100000 0 10110 100011 10001011 10111 110110

Color Harmonies of #70A581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A581

Black with #70A581

Text Example


Text Example

White with #70A581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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