Html Css Color HEX #70A681 Oxley

📋 copy color: '#70A681'

red 112 ◦ green 166 ◦ blue 129

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

Shades of Oxley #70A681

Tints of Oxley #70A681

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.79%

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

R = 27.52%
G = 40.79%
B = 31.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#70A681 (or 0x70A681) is known color: Oxley. HEX triplet: 70, A6 and 81. RGB value is (112,166,129). Sum of RGB (Red+Green+Blue) = 112+166+129=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #70A681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A681 is #8F597E. Grayscale: #919191. Windows color (decimal): -9394559 or 8496752. OLE color: 8496752.

HSL color Cylindrical-coordinate representation of color #70A681: hue angle of 138.89º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A681 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 166 129 -
CMYK 0.33 0 0.22 0.35
HSL 138.89º 0.23% 0.55% -
HSV(B) 138.89º 0.33% 0.65% -
XYZ 24.28 32.3 25.72 -
YUV 145.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 112 166 129 0.33 0 0.22 0.35 138.89 0.23 0.55
Hex 70 A6 81 21 0 16 23 8B 17 37
Octal 160 246 201 41 0 26 43 213 27 67
Binary 1110000 10100110 10000001 100001 0 10110 100011 10001011 10111 110111

Color Harmonies of #70A681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A681

Black with #70A681

Text Example


Text Example

White with #70A681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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