#73A378

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

Shades of Oxley #73A378

Tints of Oxley #73A378

Color information

#73A378 (or 0x73A378) is unknown color: approx Oxley. HEX triplet: 73, A3 and 78. RGB value is (115,163,120). Sum of RGB (Red+Green+Blue) = 115+163+120=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #73A378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A378 is #8C5C87. Grayscale: #8F8F8F. Windows color (decimal): -9198728 or 7906163. OLE color: 7906163.

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

Color convert

RGB115163120-
CMYK0.2900.260.36
HSL126.25º20.69%54.51%-
HSV(B)126.25º29.45%63.92%-
XYZ23.5631.222.55-
YUV143.75114.6107.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.89%
GREEN value IS 163 (64.06% from 255) = 40.95%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=28.89%
G=40.95%
B=30.15%

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
Decimal1151631200.2900.260.36126.2520.6954.51
Hex73A3781D01A247e1537
Octal16324317035032441762567
Binary111001110100011111100011101011010100100111111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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