#73AC7A

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

Shades of Oxley #73AC7A

Tints of Oxley #73AC7A

Color information

#73AC7A (or 0x73AC7A) is unknown color: approx Oxley. HEX triplet: 73, AC and 7A. RGB value is (115,172,122). Sum of RGB (Red+Green+Blue) = 115+172+122=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AC7A is #8C5385. Grayscale: #959595. Windows color (decimal): -9196422 or 8039539. OLE color: 8039539.

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

Color convert

RGB115172122-
CMYK0.3300.290.33
HSL127.37º25.56%56.27%-
HSV(B)127.37º33.14%67.45%-
XYZ25.3434.5623.75-
YUV149.26112.62103.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.12%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=28.12%
G=42.05%
B=29.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151721220.3300.290.33127.3725.5656.27
Hex73AC7A2101D217f1a38
Octal16325417241035411773270
Binary1110011101011001111010100001011101100001111111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73AC7A; }

 p { color: rgb(115,172,122); }

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

<style>
 a { background-color: #73AC7A; }

 a { background-color: rgb(115,172,122); }

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

<style>
 span { border-color: #73AC7A; }

 span { border-color: rgb(115,172,122); }

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