#73A278

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

Shades of Oxley #73A278

Tints of Oxley #73A278

Color information

#73A278 (or 0x73A278) is unknown color: approx Oxley. HEX triplet: 73, A2 and 78. RGB value is (115,162,120). Sum of RGB (Red+Green+Blue) = 115+162+120=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #73A278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A278 is #8C5D87. Grayscale: #8F8F8F. Windows color (decimal): -9198984 or 7905907. OLE color: 7905907.

HSL color Cylindrical-coordinate representation of color #73A278: hue angle of 126.38º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A278 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB115162120-
CMYK0.2900.260.36
HSL126.38º20.17%54.31%-
HSV(B)126.38º29.01%63.53%-
XYZ23.3830.8422.49-
YUV143.16114.93107.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=28.97%
G=40.81%
B=30.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151621200.2900.260.36126.3820.1754.31
Hex73A2781D01A247e1436
Octal16324217035032441762466
Binary111001110100010111100011101011010100100111111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,162,120); }

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

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

 a { background-color: rgb(115,162,120); }

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

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

 span { border-color: rgb(115,162,120); }

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