#70AC7D

Color #70AC7D Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #70AC7D

Tints of Oxley #70AC7D

Color information

#70AC7D (or 0x70AC7D) is unknown color: approx Oxley. HEX triplet: 70, AC and 7D. RGB value is (112,172,125). Sum of RGB (Red+Green+Blue) = 112+172+125=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC7D is #8F5382. Grayscale: #949494. Windows color (decimal): -9393027 or 8236144. OLE color: 8236144.

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

Color convert

RGB112172125-
CMYK0.3500.270.33
HSL133º26.55%55.69%-
HSV(B)133º34.88%67.45%-
XYZ25.1434.4324.72-
YUV148.7114.62101.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.38%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=27.38%
G=42.05%
B=30.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121721250.3500.270.3313326.5555.69
Hex70AC7D2301B21851b38
Octal16025417543033412053370
Binary11100001010110011111011000110110111000011000010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,172,125); }

 H1.HeaderClassName
 {
   color: #70AC7D;
 }
 .AnyTagClassName
 {
   color: #70AC7D;
 }
</style>
background-color css

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

 a { background-color: rgb(112,172,125); }

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

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

 span { border-color: rgb(112,172,125); }

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