#73A67F

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

Shades of Oxley #73A67F

Tints of Oxley #73A67F

Color information

#73A67F (or 0x73A67F) is unknown color: approx Oxley. HEX triplet: 73, A6 and 7F. RGB value is (115,166,127). Sum of RGB (Red+Green+Blue) = 115+166+127=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #73A67F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A67F is #8C5980. Grayscale: #929292. Windows color (decimal): -9197953 or 8365683. OLE color: 8365683.

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

Color convert

RGB115166127-
CMYK0.3100.230.35
HSL134.12º22.27%55.1%-
HSV(B)134.12º30.72%65.1%-
XYZ24.5432.4525.05-
YUV146.3117.1105.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.19%
GREEN value IS 166 (65.23% from 255) = 40.69%
BLUE value IS 127 (50% from 255) = 31.13%
R=28.19%
G=40.69%
B=31.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151661270.3100.230.35134.1222.2755.1
Hex73A67F1F01723861637
Octal16324617737027432062667
Binary1110011101001101111111111110101111000111000011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,166,127); }

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

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

 a { background-color: rgb(115,166,127); }

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

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

 span { border-color: rgb(115,166,127); }

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